#95314E

Color #95314E Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #95314E

Tints of Lipstick #95314E

Color information

#95314E (or 0x95314E) is unknown color: approx Lipstick. HEX triplet: 95, 31 and 4E. RGB value is (149,49,78). Sum of RGB (Red+Green+Blue) = 149+49+78=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95314E is #6ACEB1. Grayscale: #525252. Windows color (decimal): -6999730 or 5124501. OLE color: 5124501.

HSL color Cylindrical-coordinate representation of color #95314E: hue angle of 342.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95314E is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1494978-
CMYK00.670.480.42
HSL342.6º50.51%38.82%-
HSV(B)342.6º67.11%58.43%-
XYZ14.879.148.19-
YUV82.21125.63175.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=53.99%
G=17.75%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149497800.670.480.42342.650.5138.82
Hex95314E043302A1573327
Octal22561116010360525276347
Binary10010101110001100111001000011110000101010101010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95314E; }

 p { color: rgb(149,49,78); }

 H1.HeaderClassName
 {
   color: #95314E;
 }
 .AnyTagClassName
 {
   color: #95314E;
 }
</style>
background-color css

<style>
 a { background-color: #95314E; }

 a { background-color: rgb(149,49,78); }

 div.DivClassName
 {
   background-color: #95314E;
 }
 .BgClassName
 {
   background-color: #95314E;
 }
</style>
border-color css

<style>
 span { border-color: #95314E; }

 span { border-color: rgb(149,49,78); }

 td.TdClassName
 {
   border-color: #95314E;
 }
 .TagClassName
 {
   border-color: #95314E;
 }
</style>