Html Css Color HEX #992544 Lipstick

📋 copy color: '#992544'

red 153 ◦ green 37 ◦ blue 68

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

Shades of Lipstick #992544

Tints of Lipstick #992544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 59.3%
G = 14.34%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#992544 (or 0x992544) is known color: Lipstick. HEX triplet: 99, 25 and 44. RGB value is (153,37,68). Sum of RGB (Red+Green+Blue) = 153+37+68=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992544 is #66DABB. Grayscale: #4B4B4B. Windows color (decimal): -6740668 or 4466073. OLE color: 4466073.

HSL color Cylindrical-coordinate representation of color #992544: hue angle of 343.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992544 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 68 -
CMYK 0 0.76 0.56 0.4
HSL 343.97º 0.61% 0.37% -
HSV(B) 343.97º 0.76% 0.6% -
XYZ 14.84 8.51 6.33 -
YUV 75.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 153 37 68 0 0.76 0.56 0.4 343.97 0.61 0.37
Hex 99 25 44 0 4C 38 28 158 3D 25
Octal 231 45 104 0 114 70 50 530 75 45
Binary 10011001 100101 1000100 0 1001100 111000 101000 101011000 111101 100101

Color Harmonies of #992544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992544

Black with #992544

Text Example


Text Example

White with #992544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992544; }

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

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

background-color css

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

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

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

border-color css

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

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

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