Html Css Color HEX #9B2248 Lipstick

📋 copy color: '#9B2248'

red 155 ◦ green 34 ◦ blue 72

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

Shades of Lipstick #9B2248

Tints of Lipstick #9B2248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 59.39%
G = 13.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B2248 (or 0x9B2248) is known color: Lipstick. HEX triplet: 9B, 22 and 48. RGB value is (155,34,72). Sum of RGB (Red+Green+Blue) = 155+34+72=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2248 is #64DDB7. Grayscale: #4A4A4A. Windows color (decimal): -6610360 or 4727451. OLE color: 4727451.

HSL color Cylindrical-coordinate representation of color #9B2248: hue angle of 341.16º 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 #9B2248 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 34 72 -
CMYK 0 0.78 0.54 0.39
HSL 341.16º 0.64% 0.37% -
HSV(B) 341.16º 0.78% 0.61% -
XYZ 15.26 8.58 6.98 -
YUV 74.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 155 34 72 0 0.78 0.54 0.39 341.16 0.64 0.37
Hex 9B 22 48 0 4E 36 27 155 40 25
Octal 233 42 110 0 116 66 47 525 100 45
Binary 10011011 100010 1001000 0 1001110 110110 100111 101010101 1000000 100101

Color Harmonies of #9B2248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2248

Black with #9B2248

Text Example


Text Example

White with #9B2248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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