Html Css Color HEX #992254 Lipstick

📋 copy color: '#992254'

red 153 ◦ green 34 ◦ blue 84

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

Shades of Lipstick #992254

Tints of Lipstick #992254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31%

R = 56.46%
G = 12.55%
B = 31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#992254 (or 0x992254) is known color: Lipstick. HEX triplet: 99, 22 and 54. RGB value is (153,34,84). Sum of RGB (Red+Green+Blue) = 153+34+84=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #992254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992254 is #66DDAB. Grayscale: #4B4B4B. Windows color (decimal): -6741420 or 5513881. OLE color: 5513881.

HSL color Cylindrical-coordinate representation of color #992254: hue angle of 334.79º 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 #992254 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 34 84 -
CMYK 0 0.78 0.45 0.4
HSL 334.79º 0.64% 0.37% -
HSV(B) 334.79º 0.78% 0.6% -
XYZ 15.31 8.56 9.23 -
YUV 75.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 153 34 84 0 0.78 0.45 0.4 334.79 0.64 0.37
Hex 99 22 54 0 4E 2D 28 14F 40 25
Octal 231 42 124 0 116 55 50 517 100 45
Binary 10011001 100010 1010100 0 1001110 101101 101000 101001111 1000000 100101

Color Harmonies of #992254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992254

Black with #992254

Text Example


Text Example

White with #992254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992254; }

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

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

background-color css

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

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

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

border-color css

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

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

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