Html Css Color HEX #9C2C5E Lipstick

📋 copy color: '#9C2C5E'

red 156 ◦ green 44 ◦ blue 94

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

Shades of Lipstick #9C2C5E

Tints of Lipstick #9C2C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.97%

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 53.06%
G = 14.97%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C2C5E (or 0x9C2C5E) is known color: Lipstick. HEX triplet: 9C, 2C and 5E. RGB value is (156,44,94). Sum of RGB (Red+Green+Blue) = 156+44+94=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2C5E is #63D3A1. Grayscale: #535353. Windows color (decimal): -6542242 or 6171804. OLE color: 6171804.

HSL color Cylindrical-coordinate representation of color #9C2C5E: hue angle of 333.21º 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 #9C2C5E is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 44 94 -
CMYK 0 0.72 0.40 0.39
HSL 333.21º 0.56% 0.39% -
HSV(B) 333.21º 0.72% 0.61% -
XYZ 16.63 9.68 11.58 -
YUV 83.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 156 44 94 0 0.72 0.40 0.39 333.21 0.56 0.39
Hex 9C 2C 5E 0 48 28 27 14D 38 27
Octal 234 54 136 0 110 50 47 515 70 47
Binary 10011100 101100 1011110 0 1001000 101000 100111 101001101 111000 100111

Color Harmonies of #9C2C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C5E

Black with #9C2C5E

Text Example


Text Example

White with #9C2C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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