Html Css Color HEX #9B2249 Lipstick

📋 copy color: '#9B2249'

red 155 ◦ green 34 ◦ blue 73

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

Shades of Lipstick #9B2249

Tints of Lipstick #9B2249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 59.16%
G = 12.98%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B2249 (or 0x9B2249) is known color: Lipstick. HEX triplet: 9B, 22 and 49. RGB value is (155,34,73). Sum of RGB (Red+Green+Blue) = 155+34+73=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2249 is #64DDB6. Grayscale: #4A4A4A. Windows color (decimal): -6610359 or 4792987. OLE color: 4792987.

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

Color convert

RGB 155 34 73 -
CMYK 0 0.78 0.53 0.39
HSL 340.66º 0.64% 0.37% -
HSV(B) 340.66º 0.78% 0.61% -
XYZ 15.29 8.59 7.16 -
YUV 74.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 155 34 73 0 0.78 0.53 0.39 340.66 0.64 0.37
Hex 9B 22 49 0 4E 35 27 155 40 25
Octal 233 42 111 0 116 65 47 525 100 45
Binary 10011011 100010 1001001 0 1001110 110101 100111 101010101 1000000 100101

Color Harmonies of #9B2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2249

Black with #9B2249

Text Example


Text Example

White with #9B2249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,34,73); }

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

background-color css

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

 a { background-color: rgb(155,34,73); }

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

border-color css

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

 span { border-color: rgb(155,34,73); }

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