Html Css Color HEX #992551 Lipstick

📋 copy color: '#992551'

red 153 ◦ green 37 ◦ blue 81

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

Shades of Lipstick #992551

Tints of Lipstick #992551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.89%

R = 56.46%
G = 13.65%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#992551 (or 0x992551) is known color: Lipstick. HEX triplet: 99, 25 and 51. RGB value is (153,37,81). Sum of RGB (Red+Green+Blue) = 153+37+81=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #992551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992551 is #66DAAE. Grayscale: #4C4C4C. Windows color (decimal): -6740655 or 5318041. OLE color: 5318041.

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

Color convert

RGB 153 37 81 -
CMYK 0 0.76 0.47 0.4
HSL 337.24º 0.61% 0.37% -
HSV(B) 337.24º 0.76% 0.6% -
XYZ 15.28 8.69 8.66 -
YUV 76.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 153 37 81 0 0.76 0.47 0.4 337.24 0.61 0.37
Hex 99 25 51 0 4C 2F 28 151 3D 25
Octal 231 45 121 0 114 57 50 521 75 45
Binary 10011001 100101 1010001 0 1001100 101111 101000 101010001 111101 100101

Color Harmonies of #992551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992551

Black with #992551

Text Example


Text Example

White with #992551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992551; }

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

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

background-color css

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

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

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

border-color css

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

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

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