Html Css Color HEX #9C2B50 Lipstick

📋 copy color: '#9C2B50'

red 156 ◦ green 43 ◦ blue 80

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

Shades of Lipstick #9C2B50

Tints of Lipstick #9C2B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 55.91%
G = 15.41%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C2B50 (or 0x9C2B50) is known color: Lipstick. HEX triplet: 9C, 2B and 50. RGB value is (156,43,80). Sum of RGB (Red+Green+Blue) = 156+43+80=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B50 is #63D4AF. Grayscale: #505050. Windows color (decimal): -6542512 or 5254044. OLE color: 5254044.

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

Color convert

RGB 156 43 80 -
CMYK 0 0.72 0.49 0.39
HSL 340.35º 0.57% 0.39% -
HSV(B) 340.35º 0.72% 0.61% -
XYZ 16.02 9.37 8.55 -
YUV 81.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 156 43 80 0 0.72 0.49 0.39 340.35 0.57 0.39
Hex 9C 2B 50 0 48 31 27 154 39 27
Octal 234 53 120 0 110 61 47 524 71 47
Binary 10011100 101011 1010000 0 1001000 110001 100111 101010100 111001 100111

Color Harmonies of #9C2B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B50

Black with #9C2B50

Text Example


Text Example

White with #9C2B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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