Html Css Color HEX #993562 Lipstick

📋 copy color: '#993562'

red 153 ◦ green 53 ◦ blue 98

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

Shades of Lipstick #993562

Tints of Lipstick #993562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 50.33%
G = 17.43%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#993562 (or 0x993562) is known color: Lipstick. HEX triplet: 99, 35 and 62. RGB value is (153,53,98). Sum of RGB (Red+Green+Blue) = 153+53+98=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #993562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993562 is #66CA9D. Grayscale: #575757. Windows color (decimal): -6736542 or 6436249. OLE color: 6436249.

HSL color Cylindrical-coordinate representation of color #993562: hue angle of 333º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993562 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 98 -
CMYK 0 0.65 0.36 0.4
HSL 333º 0.49% 0.4% -
HSV(B) 333º 0.65% 0.6% -
XYZ 16.61 10.2 12.65 -
YUV 88.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 153 53 98 0 0.65 0.36 0.4 333 0.49 0.4
Hex 99 35 62 0 41 24 28 14D 31 28
Octal 231 65 142 0 101 44 50 515 61 50
Binary 10011001 110101 1100010 0 1000001 100100 101000 101001101 110001 101000

Color Harmonies of #993562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993562

Black with #993562

Text Example


Text Example

White with #993562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993562; }

 p { color: rgb(153,53,98); }

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

background-color css

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

 a { background-color: rgb(153,53,98); }

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

border-color css

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

 span { border-color: rgb(153,53,98); }

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