#9C184B

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

Shades of Lipstick #9C184B

Tints of Lipstick #9C184B

Color information

#9C184B (or 0x9C184B) is unknown color: approx Lipstick. HEX triplet: 9C, 18 and 4B. RGB value is (156,24,75). Sum of RGB (Red+Green+Blue) = 156+24+75=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C184B is #63E7B4. Grayscale: #454545. Windows color (decimal): -6547381 or 4921500. OLE color: 4921500.

HSL color Cylindrical-coordinate representation of color #9C184B: hue angle of 336.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C184B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1562475-
CMYK00.850.520.39
HSL336.82º73.33%35.29%-
HSV(B)336.82º84.62%61.18%-
XYZ15.318.237.44-
YUV69.28131.23189.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.18%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=61.18%
G=9.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156247500.850.520.39336.8273.3335.29
Hex9C184B05534271514923
Octal234301130125644752111143
Binary10011100110001001011010101011101001001111010100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C184B; }

 p { color: rgb(156,24,75); }

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

<style>
 a { background-color: #9C184B; }

 a { background-color: rgb(156,24,75); }

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

<style>
 span { border-color: #9C184B; }

 span { border-color: rgb(156,24,75); }

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