#95244F

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

Shades of Lipstick #95244F

Tints of Lipstick #95244F

Color information

#95244F (or 0x95244F) is unknown color: approx Lipstick. HEX triplet: 95, 24 and 4F. RGB value is (149,36,79). Sum of RGB (Red+Green+Blue) = 149+36+79=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95244F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95244F is #6ADBB0. Grayscale: #4A4A4A. Windows color (decimal): -7003057 or 5186709. OLE color: 5186709.

HSL color Cylindrical-coordinate representation of color #95244F: hue angle of 337.17º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95244F is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1493679-
CMYK00.760.470.42
HSL337.17º61.08%36.27%-
HSV(B)337.17º75.84%58.43%-
XYZ14.448.228.22-
YUV74.69130.44181-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=56.44%
G=13.64%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149367900.760.470.42337.1761.0836.27
Hex95244F04C2F2A1513d24
Octal22544117011457525217544
Binary10010101100100100111101001100101111101010101010001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95244F; }

 p { color: rgb(149,36,79); }

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

<style>
 a { background-color: #95244F; }

 a { background-color: rgb(149,36,79); }

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

<style>
 span { border-color: #95244F; }

 span { border-color: rgb(149,36,79); }

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