Html Css Color HEX #992047 Lipstick

📋 copy color: '#992047'

red 153 ◦ green 32 ◦ blue 71

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

Shades of Lipstick #992047

Tints of Lipstick #992047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 59.77%
G = 12.5%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992047 (or 0x992047) is known color: Lipstick. HEX triplet: 99, 20 and 47. RGB value is (153,32,71). Sum of RGB (Red+Green+Blue) = 153+32+71=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #992047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992047 is #66DFB8. Grayscale: #484848. Windows color (decimal): -6741945 or 4661401. OLE color: 4661401.

HSL color Cylindrical-coordinate representation of color #992047: hue angle of 340.66º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992047 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 71 -
CMYK 0 0.79 0.54 0.4
HSL 340.66º 0.65% 0.36% -
HSV(B) 340.66º 0.79% 0.6% -
XYZ 14.79 8.26 6.78 -
YUV 72.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 153 32 71 0 0.79 0.54 0.4 340.66 0.65 0.36
Hex 99 20 47 0 4F 36 28 155 41 24
Octal 231 40 107 0 117 66 50 525 101 44
Binary 10011001 100000 1000111 0 1001111 110110 101000 101010101 1000001 100100

Color Harmonies of #992047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992047

Black with #992047

Text Example


Text Example

White with #992047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992047; }

 p { color: rgb(153,32,71); }

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

background-color css

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

 a { background-color: rgb(153,32,71); }

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

border-color css

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

 span { border-color: rgb(153,32,71); }

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