Html Css Color HEX #992248 Lipstick

📋 copy color: '#992248'

red 153 ◦ green 34 ◦ blue 72

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

Shades of Lipstick #992248

Tints of Lipstick #992248

RGB

 RED value IS 153 (60.16% from 255) = 59.07%

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

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

R = 59.07%
G = 13.13%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#992248 (or 0x992248) is known color: Lipstick. HEX triplet: 99, 22 and 48. RGB value is (153,34,72). Sum of RGB (Red+Green+Blue) = 153+34+72=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992248 is #66DDB7. Grayscale: #494949. Windows color (decimal): -6741432 or 4727449. OLE color: 4727449.

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

Color convert

RGB 153 34 72 -
CMYK 0 0.78 0.53 0.4
HSL 340.84º 0.64% 0.37% -
HSV(B) 340.84º 0.78% 0.6% -
XYZ 14.88 8.38 6.97 -
YUV 73.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 153 34 72 0 0.78 0.53 0.4 340.84 0.64 0.37
Hex 99 22 48 0 4E 35 28 155 40 25
Octal 231 42 110 0 116 65 50 525 100 45
Binary 10011001 100010 1001000 0 1001110 110101 101000 101010101 1000000 100101

Color Harmonies of #992248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992248

Black with #992248

Text Example


Text Example

White with #992248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992248; }

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

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

background-color css

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

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

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

border-color css

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

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

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