Html Css Color HEX #9B1441 Lipstick

📋 copy color: '#9B1441'

red 155 ◦ green 20 ◦ blue 65

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

Shades of Lipstick #9B1441

Tints of Lipstick #9B1441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 64.58%
G = 8.33%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B1441 (or 0x9B1441) is known color: Lipstick. HEX triplet: 9B, 14 and 41. RGB value is (155,20,65). Sum of RGB (Red+Green+Blue) = 155+20+65=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1441 is #64EBBE. Grayscale: #414141. Windows color (decimal): -6613951 or 4265115. OLE color: 4265115.

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

Color convert

RGB 155 20 65 -
CMYK 0 0.87 0.58 0.39
HSL 340º 0.77% 0.34% -
HSV(B) 340º 0.87% 0.61% -
XYZ 14.72 7.85 5.74 -
YUV 65.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 155 20 65 0 0.87 0.58 0.39 340 0.77 0.34
Hex 9B 14 41 0 57 3A 27 154 4D 22
Octal 233 24 101 0 127 72 47 524 115 42
Binary 10011011 10100 1000001 0 1010111 111010 100111 101010100 1001101 100010

Color Harmonies of #9B1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1441

Black with #9B1441

Text Example


Text Example

White with #9B1441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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