Html Css Color HEX #9C1B51 Lipstick

📋 copy color: '#9C1B51'

red 156 ◦ green 27 ◦ blue 81

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

Shades of Lipstick #9C1B51

Tints of Lipstick #9C1B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.23%

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 59.09%
G = 10.23%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C1B51 (or 0x9C1B51) is known color: Lipstick. HEX triplet: 9C, 1B and 51. RGB value is (156,27,81). Sum of RGB (Red+Green+Blue) = 156+27+81=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1B51 is #63E4AE. Grayscale: #474747. Windows color (decimal): -6546607 or 5315484. OLE color: 5315484.

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

Color convert

RGB 156 27 81 -
CMYK 0 0.83 0.48 0.39
HSL 334.88º 0.7% 0.36% -
HSV(B) 334.88º 0.83% 0.61% -
XYZ 15.59 8.45 8.59 -
YUV 71.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 156 27 81 0 0.83 0.48 0.39 334.88 0.7 0.36
Hex 9C 1B 51 0 53 30 27 14F 46 24
Octal 234 33 121 0 123 60 47 517 106 44
Binary 10011100 11011 1010001 0 1010011 110000 100111 101001111 1000110 100100

Color Harmonies of #9C1B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B51

Black with #9C1B51

Text Example


Text Example

White with #9C1B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,27,81); }

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

background-color css

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

 a { background-color: rgb(156,27,81); }

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

border-color css

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

 span { border-color: rgb(156,27,81); }

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