Html Css Color HEX #992354 Lipstick

📋 copy color: '#992354'

red 153 ◦ green 35 ◦ blue 84

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

Shades of Lipstick #992354

Tints of Lipstick #992354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 56.25%
G = 12.87%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#992354 (or 0x992354) is known color: Lipstick. HEX triplet: 99, 23 and 54. RGB value is (153,35,84). Sum of RGB (Red+Green+Blue) = 153+35+84=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #992354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992354 is #66DCAB. Grayscale: #4B4B4B. Windows color (decimal): -6741164 or 5514137. OLE color: 5514137.

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

Color convert

RGB 153 35 84 -
CMYK 0 0.77 0.45 0.4
HSL 335.08º 0.63% 0.37% -
HSV(B) 335.08º 0.77% 0.6% -
XYZ 15.34 8.61 9.24 -
YUV 75.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 153 35 84 0 0.77 0.45 0.4 335.08 0.63 0.37
Hex 99 23 54 0 4D 2D 28 14F 3F 25
Octal 231 43 124 0 115 55 50 517 77 45
Binary 10011001 100011 1010100 0 1001101 101101 101000 101001111 111111 100101

Color Harmonies of #992354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992354

Black with #992354

Text Example


Text Example

White with #992354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992354; }

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

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

background-color css

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

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

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

border-color css

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

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

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