Html Css Color HEX #992553 Lipstick

📋 copy color: '#992553'

red 153 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #992553

Tints of Lipstick #992553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 56.04%
G = 13.55%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#992553 (or 0x992553) is known color: Lipstick. HEX triplet: 99, 25 and 53. RGB value is (153,37,83). Sum of RGB (Red+Green+Blue) = 153+37+83=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #992553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992553 is #66DAAC. Grayscale: #4C4C4C. Windows color (decimal): -6740653 or 5449113. OLE color: 5449113.

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

Color convert

RGB 153 37 83 -
CMYK 0 0.76 0.46 0.4
HSL 336.21º 0.61% 0.37% -
HSV(B) 336.21º 0.76% 0.6% -
XYZ 15.36 8.72 9.06 -
YUV 76.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 153 37 83 0 0.76 0.46 0.4 336.21 0.61 0.37
Hex 99 25 53 0 4C 2E 28 150 3D 25
Octal 231 45 123 0 114 56 50 520 75 45
Binary 10011001 100101 1010011 0 1001100 101110 101000 101010000 111101 100101

Color Harmonies of #992553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992553

Black with #992553

Text Example


Text Example

White with #992553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992553; }

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

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

background-color css

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

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

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

border-color css

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

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

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