Html Css Color HEX #9B1A42 Lipstick

📋 copy color: '#9B1A42'

red 155 ◦ green 26 ◦ blue 66

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

Shades of Lipstick #9B1A42

Tints of Lipstick #9B1A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.53%

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

R = 62.75%
G = 10.53%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B1A42 (or 0x9B1A42) is known color: Lipstick. HEX triplet: 9B, 1A and 42. RGB value is (155,26,66). Sum of RGB (Red+Green+Blue) = 155+26+66=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1A42 is #64E5BD. Grayscale: #454545. Windows color (decimal): -6612414 or 4332187. OLE color: 4332187.

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

Color convert

RGB 155 26 66 -
CMYK 0 0.83 0.57 0.39
HSL 341.4º 0.71% 0.35% -
HSV(B) 341.4º 0.83% 0.61% -
XYZ 14.87 8.1 5.93 -
YUV 69.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 155 26 66 0 0.83 0.57 0.39 341.4 0.71 0.35
Hex 9B 1A 42 0 53 39 27 155 47 23
Octal 233 32 102 0 123 71 47 525 107 43
Binary 10011011 11010 1000010 0 1010011 111001 100111 101010101 1000111 100011

Color Harmonies of #9B1A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A42

Black with #9B1A42

Text Example


Text Example

White with #9B1A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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