Html Css Color HEX #992D4C Lipstick

📋 copy color: '#992D4C'

red 153 ◦ green 45 ◦ blue 76

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

Shades of Lipstick #992D4C

Tints of Lipstick #992D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 55.84%
G = 16.42%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#992D4C (or 0x992D4C) is known color: Lipstick. HEX triplet: 99, 2D and 4C. RGB value is (153,45,76). Sum of RGB (Red+Green+Blue) = 153+45+76=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #992D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D4C is #66D2B3. Grayscale: #505050. Windows color (decimal): -6738612 or 4992409. OLE color: 4992409.

HSL color Cylindrical-coordinate representation of color #992D4C: hue angle of 342.78º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D4C is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 76 -
CMYK 0 0.71 0.50 0.4
HSL 342.78º 0.55% 0.39% -
HSV(B) 342.78º 0.71% 0.6% -
XYZ 15.38 9.17 7.8 -
YUV 80.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 153 45 76 0 0.71 0.50 0.4 342.78 0.55 0.39
Hex 99 2D 4C 0 47 32 28 157 37 27
Octal 231 55 114 0 107 62 50 527 67 47
Binary 10011001 101101 1001100 0 1000111 110010 101000 101010111 110111 100111

Color Harmonies of #992D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D4C

Black with #992D4C

Text Example


Text Example

White with #992D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992D4C; }

 p { color: rgb(153,45,76); }

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

background-color css

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

 a { background-color: rgb(153,45,76); }

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

border-color css

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

 span { border-color: rgb(153,45,76); }

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