Html Css Color HEX #993356 Lipstick

📋 copy color: '#993356'

red 153 ◦ green 51 ◦ blue 86

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

Shades of Lipstick #993356

Tints of Lipstick #993356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 52.76%
G = 17.59%
B = 29.66%

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

#993356 (or 0x993356) is known color: Lipstick. HEX triplet: 99, 33 and 56. RGB value is (153,51,86). Sum of RGB (Red+Green+Blue) = 153+51+86=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993356 is #66CCA9. Grayscale: #555555. Windows color (decimal): -6737066 or 5649305. OLE color: 5649305.

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

Color convert

RGB 153 51 86 -
CMYK 0 0.67 0.44 0.4
HSL 339.41º 0.5% 0.4% -
HSV(B) 339.41º 0.67% 0.6% -
XYZ 16 9.81 9.85 -
YUV 85.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 153 51 86 0 0.67 0.44 0.4 339.41 0.5 0.4
Hex 99 33 56 0 43 2C 28 153 32 28
Octal 231 63 126 0 103 54 50 523 62 50
Binary 10011001 110011 1010110 0 1000011 101100 101000 101010011 110010 101000

Color Harmonies of #993356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993356

Black with #993356

Text Example


Text Example

White with #993356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993356; }

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

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

background-color css

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

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

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

border-color css

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

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

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