Html Css Color HEX #992847 Lipstick

📋 copy color: '#992847'

red 153 ◦ green 40 ◦ blue 71

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

Shades of Lipstick #992847

Tints of Lipstick #992847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 57.95%
G = 15.15%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992847 (or 0x992847) is known color: Lipstick. HEX triplet: 99, 28 and 47. RGB value is (153,40,71). Sum of RGB (Red+Green+Blue) = 153+40+71=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #992847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992847 is #66D7B8. Grayscale: #4D4D4D. Windows color (decimal): -6739897 or 4663449. OLE color: 4663449.

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

Color convert

RGB 153 40 71 -
CMYK 0 0.74 0.54 0.4
HSL 343.54º 0.59% 0.38% -
HSV(B) 343.54º 0.74% 0.6% -
XYZ 15.03 8.74 6.86 -
YUV 77.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 153 40 71 0 0.74 0.54 0.4 343.54 0.59 0.38
Hex 99 28 47 0 4A 36 28 158 3B 26
Octal 231 50 107 0 112 66 50 530 73 46
Binary 10011001 101000 1000111 0 1001010 110110 101000 101011000 111011 100110

Color Harmonies of #992847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992847

Black with #992847

Text Example


Text Example

White with #992847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992847; }

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

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

background-color css

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

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

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

border-color css

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

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

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