Html Css Color HEX #992947 Lipstick

📋 copy color: '#992947'

red 153 ◦ green 41 ◦ blue 71

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

Shades of Lipstick #992947

Tints of Lipstick #992947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 57.74%
G = 15.47%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992947 (or 0x992947) is known color: Lipstick. HEX triplet: 99, 29 and 47. RGB value is (153,41,71). Sum of RGB (Red+Green+Blue) = 153+41+71=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #992947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992947 is #66D6B8. Grayscale: #4D4D4D. Windows color (decimal): -6739641 or 4663705. OLE color: 4663705.

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

Color convert

RGB 153 41 71 -
CMYK 0 0.73 0.54 0.4
HSL 343.93º 0.58% 0.38% -
HSV(B) 343.93º 0.73% 0.6% -
XYZ 15.07 8.81 6.87 -
YUV 77.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 153 41 71 0 0.73 0.54 0.4 343.93 0.58 0.38
Hex 99 29 47 0 49 36 28 158 3A 26
Octal 231 51 107 0 111 66 50 530 72 46
Binary 10011001 101001 1000111 0 1001001 110110 101000 101011000 111010 100110

Color Harmonies of #992947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992947

Black with #992947

Text Example


Text Example

White with #992947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992947; }

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

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

background-color css

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

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

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

border-color css

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

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

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