Html Css Color HEX #9B1442 Lipstick

📋 copy color: '#9B1442'

red 155 ◦ green 20 ◦ blue 66

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

Shades of Lipstick #9B1442

Tints of Lipstick #9B1442

RGB

 RED value IS 155 (60.94% from 255) = 64.32%

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 64.32%
G = 8.3%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B1442 (or 0x9B1442) is known color: Lipstick. HEX triplet: 9B, 14 and 42. RGB value is (155,20,66). Sum of RGB (Red+Green+Blue) = 155+20+66=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1442 is #64EBBD. Grayscale: #414141. Windows color (decimal): -6613950 or 4330651. OLE color: 4330651.

HSL color Cylindrical-coordinate representation of color #9B1442: hue angle of 339.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1442 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 20 66 -
CMYK 0 0.87 0.57 0.39
HSL 339.56º 0.77% 0.34% -
HSV(B) 339.56º 0.87% 0.61% -
XYZ 14.75 7.86 5.89 -
YUV 65.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 155 20 66 0 0.87 0.57 0.39 339.56 0.77 0.34
Hex 9B 14 42 0 57 39 27 154 4D 22
Octal 233 24 102 0 127 71 47 524 115 42
Binary 10011011 10100 1000010 0 1010111 111001 100111 101010100 1001101 100010

Color Harmonies of #9B1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1442

Black with #9B1442

Text Example


Text Example

White with #9B1442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,20,66); }

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

background-color css

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

 a { background-color: rgb(155,20,66); }

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

border-color css

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

 span { border-color: rgb(155,20,66); }

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