Html Css Color HEX #9B1542 Lipstick

📋 copy color: '#9B1542'

red 155 ◦ green 21 ◦ blue 66

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

Shades of Lipstick #9B1542

Tints of Lipstick #9B1542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 64.05%
G = 8.68%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B1542 (or 0x9B1542) is known color: Lipstick. HEX triplet: 9B, 15 and 42. RGB value is (155,21,66). Sum of RGB (Red+Green+Blue) = 155+21+66=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1542 is #64EABD. Grayscale: #424242. Windows color (decimal): -6613694 or 4330907. OLE color: 4330907.

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

Color convert

RGB 155 21 66 -
CMYK 0 0.86 0.57 0.39
HSL 339.85º 0.76% 0.35% -
HSV(B) 339.85º 0.86% 0.61% -
XYZ 14.77 7.9 5.9 -
YUV 66.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 155 21 66 0 0.86 0.57 0.39 339.85 0.76 0.35
Hex 9B 15 42 0 56 39 27 154 4C 23
Octal 233 25 102 0 126 71 47 524 114 43
Binary 10011011 10101 1000010 0 1010110 111001 100111 101010100 1001100 100011

Color Harmonies of #9B1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1542

Black with #9B1542

Text Example


Text Example

White with #9B1542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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