#95174B

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

Shades of Lipstick #95174B

Tints of Lipstick #95174B

Color information

#95174B (or 0x95174B) is unknown color: approx Lipstick. HEX triplet: 95, 17 and 4B. RGB value is (149,23,75). Sum of RGB (Red+Green+Blue) = 149+23+75=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95174B is #6AE8B4. Grayscale: #424242. Windows color (decimal): -7006389 or 4921237. OLE color: 4921237.

HSL color Cylindrical-coordinate representation of color #95174B: hue angle of 335.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95174B is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1492375-
CMYK00.850.500.42
HSL335.24º73.26%33.73%-
HSV(B)335.24º84.56%58.43%-
XYZ13.977.517.37-
YUV66.6132.74186.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=60.32%
G=9.31%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149237500.850.500.42335.2473.2633.73
Hex95174B055322A14f4922
Octal225271130125625251711142
Binary10010101101111001011010101011100101010101010011111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95174B; }

 p { color: rgb(149,23,75); }

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

<style>
 a { background-color: #95174B; }

 a { background-color: rgb(149,23,75); }

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

<style>
 span { border-color: #95174B; }

 span { border-color: rgb(149,23,75); }

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