Html Css Color HEX #9B1346 Lipstick

📋 copy color: '#9B1346'

red 155 ◦ green 19 ◦ blue 70

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

Shades of Lipstick #9B1346

Tints of Lipstick #9B1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 70 (27.73% from 255) = 28.69%

R = 63.52%
G = 7.79%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B1346 (or 0x9B1346) is known color: Lipstick. HEX triplet: 9B, 13 and 46. RGB value is (155,19,70). Sum of RGB (Red+Green+Blue) = 155+19+70=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1346 is #64ECB9. Grayscale: #414141. Windows color (decimal): -6614202 or 4592539. OLE color: 4592539.

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

Color convert

RGB 155 19 70 -
CMYK 0 0.88 0.55 0.39
HSL 337.5º 0.78% 0.34% -
HSV(B) 337.5º 0.88% 0.61% -
XYZ 14.86 7.88 6.53 -
YUV 65.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 155 19 70 0 0.88 0.55 0.39 337.5 0.78 0.34
Hex 9B 13 46 0 58 37 27 152 4E 22
Octal 233 23 106 0 130 67 47 522 116 42
Binary 10011011 10011 1000110 0 1011000 110111 100111 101010010 1001110 100010

Color Harmonies of #9B1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1346

Black with #9B1346

Text Example


Text Example

White with #9B1346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,70); }

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

background-color css

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

 a { background-color: rgb(155,19,70); }

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

border-color css

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

 span { border-color: rgb(155,19,70); }

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