Html Css Color HEX #9C1C4C Lipstick

📋 copy color: '#9C1C4C'

red 156 ◦ green 28 ◦ blue 76

#9C1C4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9C1C4C

Tints of Lipstick #9C1C4C

RGB

 RED value IS 156 (61.33% from 255) = 60%

 GREEN value IS 28 (11.33% from 255) = 10.77%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 60%
G = 10.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C1C4C (or 0x9C1C4C) is known color: Lipstick. HEX triplet: 9C, 1C and 4C. RGB value is (156,28,76). Sum of RGB (Red+Green+Blue) = 156+28+76=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1C4C is #63E3B3. Grayscale: #474747. Windows color (decimal): -6546356 or 4988060. OLE color: 4988060.

HSL color Cylindrical-coordinate representation of color #9C1C4C: hue angle of 337.5º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C4C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 28 76 -
CMYK 0 0.82 0.51 0.39
HSL 337.5º 0.7% 0.36% -
HSV(B) 337.5º 0.82% 0.61% -
XYZ 15.43 8.42 7.65 -
YUV 71.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 156 28 76 0 0.82 0.51 0.39 337.5 0.7 0.36
Hex 9C 1C 4C 0 52 33 27 152 46 24
Octal 234 34 114 0 122 63 47 522 106 44
Binary 10011100 11100 1001100 0 1010010 110011 100111 101010010 1000110 100100

Color Harmonies of #9C1C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1C4C

Black with #9C1C4C

Text Example


Text Example

White with #9C1C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,28,76); }

 H1.HeaderClassName
 {
   color: #9C1C4C;
 }
 .AnyTagClassName
 {
   color: #9C1C4C;
 }
</style>

background-color css

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

 a { background-color: rgb(156,28,76); }

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

border-color css

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

 span { border-color: rgb(156,28,76); }

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