Html Css Color HEX #992557 Lipstick

📋 copy color: '#992557'

red 153 ◦ green 37 ◦ blue 87

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

Shades of Lipstick #992557

Tints of Lipstick #992557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 55.23%
G = 13.36%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#992557 (or 0x992557) is known color: Lipstick. HEX triplet: 99, 25 and 57. RGB value is (153,37,87). Sum of RGB (Red+Green+Blue) = 153+37+87=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #992557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992557 is #66DAA8. Grayscale: #4D4D4D. Windows color (decimal): -6740649 or 5711257. OLE color: 5711257.

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

Color convert

RGB 153 37 87 -
CMYK 0 0.76 0.43 0.4
HSL 334.14º 0.61% 0.37% -
HSV(B) 334.14º 0.76% 0.6% -
XYZ 15.52 8.78 9.89 -
YUV 77.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 153 37 87 0 0.76 0.43 0.4 334.14 0.61 0.37
Hex 99 25 57 0 4C 2B 28 14E 3D 25
Octal 231 45 127 0 114 53 50 516 75 45
Binary 10011001 100101 1010111 0 1001100 101011 101000 101001110 111101 100101

Color Harmonies of #992557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992557

Black with #992557

Text Example


Text Example

White with #992557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992557; }

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

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

background-color css

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

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

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

border-color css

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

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

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