#9C2C4B

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

Shades of Lipstick #9C2C4B

Tints of Lipstick #9C2C4B

Color information

#9C2C4B (or 0x9C2C4B) is unknown color: approx Lipstick. HEX triplet: 9C, 2C and 4B. RGB value is (156,44,75). Sum of RGB (Red+Green+Blue) = 156+44+75=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C4B is #63D3B4. Grayscale: #515151. Windows color (decimal): -6542261 or 4926620. OLE color: 4926620.

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

Color convert

RGB1564475-
CMYK00.720.520.39
HSL343.39º56%39.22%-
HSV(B)343.39º71.79%61.18%-
XYZ15.889.387.63-
YUV81.02124.61181.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.73%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=56.73%
G=16%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156447500.720.520.39343.395639.22
Hex9C2C4B04834271573827
Octal23454113011064475277047
Binary10011100101100100101101001000110100100111101010111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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