Html Css Color HEX #9B2959 Lipstick

📋 copy color: '#9B2959'

red 155 ◦ green 41 ◦ blue 89

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

Shades of Lipstick #9B2959

Tints of Lipstick #9B2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 54.39%
G = 14.39%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B2959 (or 0x9B2959) is known color: Lipstick. HEX triplet: 9B, 29 and 59. RGB value is (155,41,89). Sum of RGB (Red+Green+Blue) = 155+41+89=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2959 is #64D6A6. Grayscale: #505050. Windows color (decimal): -6608551 or 5843355. OLE color: 5843355.

HSL color Cylindrical-coordinate representation of color #9B2959: hue angle of 334.74º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2959 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 89 -
CMYK 0 0.74 0.43 0.39
HSL 334.74º 0.58% 0.38% -
HSV(B) 334.74º 0.74% 0.61% -
XYZ 16.11 9.28 10.39 -
YUV 80.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 155 41 89 0 0.74 0.43 0.39 334.74 0.58 0.38
Hex 9B 29 59 0 4A 2B 27 14F 3A 26
Octal 233 51 131 0 112 53 47 517 72 46
Binary 10011011 101001 1011001 0 1001010 101011 100111 101001111 111010 100110

Color Harmonies of #9B2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2959

Black with #9B2959

Text Example


Text Example

White with #9B2959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,89); }

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

background-color css

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

 a { background-color: rgb(155,41,89); }

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

border-color css

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

 span { border-color: rgb(155,41,89); }

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