Html Css Color HEX #992844 Lipstick

📋 copy color: '#992844'

red 153 ◦ green 40 ◦ blue 68

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

Shades of Lipstick #992844

Tints of Lipstick #992844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.05%

R = 58.62%
G = 15.33%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#992844 (or 0x992844) is known color: Lipstick. HEX triplet: 99, 28 and 44. RGB value is (153,40,68). Sum of RGB (Red+Green+Blue) = 153+40+68=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #992844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992844 is #66D7BB. Grayscale: #4C4C4C. Windows color (decimal): -6739900 or 4466841. OLE color: 4466841.

HSL color Cylindrical-coordinate representation of color #992844: hue angle of 345.13º 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 #992844 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 68 -
CMYK 0 0.74 0.56 0.4
HSL 345.13º 0.59% 0.38% -
HSV(B) 345.13º 0.74% 0.6% -
XYZ 14.94 8.71 6.36 -
YUV 76.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 153 40 68 0 0.74 0.56 0.4 345.13 0.59 0.38
Hex 99 28 44 0 4A 38 28 159 3B 26
Octal 231 50 104 0 112 70 50 531 73 46
Binary 10011001 101000 1000100 0 1001010 111000 101000 101011001 111011 100110

Color Harmonies of #992844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992844

Black with #992844

Text Example


Text Example

White with #992844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992844; }

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

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

background-color css

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

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

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

border-color css

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

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

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