Html Css Color HEX #9B2B55 Lipstick

📋 copy color: '#9B2B55'

red 155 ◦ green 43 ◦ blue 85

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

Shades of Lipstick #9B2B55

Tints of Lipstick #9B2B55

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 54.77%
G = 15.19%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B2B55 (or 0x9B2B55) is known color: Lipstick. HEX triplet: 9B, 2B and 55. RGB value is (155,43,85). Sum of RGB (Red+Green+Blue) = 155+43+85=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2B55 is #64D4AA. Grayscale: #515151. Windows color (decimal): -6608043 or 5581723. OLE color: 5581723.

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

Color convert

RGB 155 43 85 -
CMYK 0 0.72 0.45 0.39
HSL 337.5º 0.57% 0.39% -
HSV(B) 337.5º 0.72% 0.61% -
XYZ 16.02 9.35 9.56 -
YUV 81.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 155 43 85 0 0.72 0.45 0.39 337.5 0.57 0.39
Hex 9B 2B 55 0 48 2D 27 152 39 27
Octal 233 53 125 0 110 55 47 522 71 47
Binary 10011011 101011 1010101 0 1001000 101101 100111 101010010 111001 100111

Color Harmonies of #9B2B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2B55

Black with #9B2B55

Text Example


Text Example

White with #9B2B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,43,85); }

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

background-color css

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

 a { background-color: rgb(155,43,85); }

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

border-color css

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

 span { border-color: rgb(155,43,85); }

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