#9C1F42

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

Shades of Lipstick #9C1F42

Tints of Lipstick #9C1F42

Color information

#9C1F42 (or 0x9C1F42) is unknown color: approx Lipstick. HEX triplet: 9C, 1F and 42. RGB value is (156,31,66). Sum of RGB (Red+Green+Blue) = 156+31+66=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1F42 is #63E0BD. Grayscale: #484848. Windows color (decimal): -6545598 or 4333468. OLE color: 4333468.

HSL color Cylindrical-coordinate representation of color #9C1F42: hue angle of 343.2º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F42 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1563166-
CMYK00.800.580.39
HSL343.2º66.84%36.67%-
HSV(B)343.2º80.13%61.18%-
XYZ15.188.445.98-
YUV72.36124.41187.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=61.66%
G=12.25%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156316600.800.580.39343.266.8436.67
Hex9C1F420503A271574325
Octal234371020120724752710345
Binary10011100111111000010010100001110101001111010101111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,31,66); }

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

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

 a { background-color: rgb(156,31,66); }

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

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

 span { border-color: rgb(156,31,66); }

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