Html Css Color HEX #993333 Milano Red

📋 copy color: '#993333'

red 153 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #993333

Tints of Milano Red #993333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993333 (or 0x993333) is known color: Milano Red. HEX triplet: 99, 33 and 33. RGB value is (153,51,51). Sum of RGB (Red+Green+Blue) = 153+51+51=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #993333 is a web safe color. Inversed color of #993333 is #66CCCC. Grayscale: #515151. Windows color (decimal): -6737101 or 3355545. OLE color: 3355545.

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

Color convert

RGB 153 51 51 -
CMYK 0 0.67 0.67 0.4
HSL 0.5% 0.4% -
HSV(B) 0.67% 0.6% -
XYZ 14.92 9.38 4.16 -
YUV 81.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 153 51 51 0 0.67 0.67 0.4 0 0.5 0.4
Hex 99 33 33 0 43 43 28 0 32 28
Octal 231 63 63 0 103 103 50 0 62 50
Binary 10011001 110011 110011 0 1000011 1000011 101000 0 110010 101000

Color Harmonies of #993333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993333

Black with #993333

Text Example


Text Example

White with #993333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993333; }

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

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

background-color css

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

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

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

border-color css

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

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

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