Html Css Color HEX #9C2B59 Lipstick

📋 copy color: '#9C2B59'

red 156 ◦ green 43 ◦ blue 89

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

Shades of Lipstick #9C2B59

Tints of Lipstick #9C2B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 54.17%
G = 14.93%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C2B59 (or 0x9C2B59) is known color: Lipstick. HEX triplet: 9C, 2B and 59. RGB value is (156,43,89). Sum of RGB (Red+Green+Blue) = 156+43+89=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B59 is #63D4A6. Grayscale: #515151. Windows color (decimal): -6542503 or 5843868. OLE color: 5843868.

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

Color convert

RGB 156 43 89 -
CMYK 0 0.72 0.43 0.39
HSL 335.58º 0.57% 0.39% -
HSV(B) 335.58º 0.72% 0.61% -
XYZ 16.38 9.52 10.42 -
YUV 82.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 156 43 89 0 0.72 0.43 0.39 335.58 0.57 0.39
Hex 9C 2B 59 0 48 2B 27 150 39 27
Octal 234 53 131 0 110 53 47 520 71 47
Binary 10011100 101011 1011001 0 1001000 101011 100111 101010000 111001 100111

Color Harmonies of #9C2B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B59

Black with #9C2B59

Text Example


Text Example

White with #9C2B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,43,89); }

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

background-color css

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

 a { background-color: rgb(156,43,89); }

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

border-color css

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

 span { border-color: rgb(156,43,89); }

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