Html Css Color HEX #993555 Lipstick

📋 copy color: '#993555'

red 153 ◦ green 53 ◦ blue 85

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

Shades of Lipstick #993555

Tints of Lipstick #993555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 52.58%
G = 18.21%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#993555 (or 0x993555) is known color: Lipstick. HEX triplet: 99, 35 and 55. RGB value is (153,53,85). Sum of RGB (Red+Green+Blue) = 153+53+85=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #993555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993555 is #66CAAA. Grayscale: #565656. Windows color (decimal): -6736555 or 5584281. OLE color: 5584281.

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

Color convert

RGB 153 53 85 -
CMYK 0 0.65 0.44 0.4
HSL 340.8º 0.49% 0.4% -
HSV(B) 340.8º 0.65% 0.6% -
XYZ 16.05 9.97 9.67 -
YUV 86.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 153 53 85 0 0.65 0.44 0.4 340.8 0.49 0.4
Hex 99 35 55 0 41 2C 28 155 31 28
Octal 231 65 125 0 101 54 50 525 61 50
Binary 10011001 110101 1010101 0 1000001 101100 101000 101010101 110001 101000

Color Harmonies of #993555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993555

Black with #993555

Text Example


Text Example

White with #993555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993555; }

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

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

background-color css

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

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

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

border-color css

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

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

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