Html Css Color HEX #993355 Lipstick

📋 copy color: '#993355'

red 153 ◦ green 51 ◦ blue 85

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

Shades of Lipstick #993355

Tints of Lipstick #993355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 52.94%
G = 17.65%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#993355 (or 0x993355) is known color: Lipstick. HEX triplet: 99, 33 and 55. RGB value is (153,51,85). Sum of RGB (Red+Green+Blue) = 153+51+85=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #993355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993355 is #66CCAA. Grayscale: #555555. Windows color (decimal): -6737067 or 5583769. OLE color: 5583769.

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

Color convert

RGB 153 51 85 -
CMYK 0 0.67 0.44 0.4
HSL 340º 0.5% 0.4% -
HSV(B) 340º 0.67% 0.6% -
XYZ 15.96 9.8 9.64 -
YUV 85.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 153 51 85 0 0.67 0.44 0.4 340 0.5 0.4
Hex 99 33 55 0 43 2C 28 154 32 28
Octal 231 63 125 0 103 54 50 524 62 50
Binary 10011001 110011 1010101 0 1000011 101100 101000 101010100 110010 101000

Color Harmonies of #993355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993355

Black with #993355

Text Example


Text Example

White with #993355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993355; }

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

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

background-color css

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

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

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

border-color css

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

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

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