#993633

Color #993633 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #993633

Tints of Milano Red #993633

Color information

#993633 (or 0x993633) is unknown color: approx Milano Red. HEX triplet: 99, 36 and 33. RGB value is (153,54,51). Sum of RGB (Red+Green+Blue) = 153+54+51=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #993633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993633 is #66C9CC. Grayscale: #535353. Windows color (decimal): -6736333 or 3356313. OLE color: 3356313.

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

Color convert

RGB1535451-
CMYK00.650.670.4
HSL1.76º50%40%-
HSV(B)1.76º66.67%60%-
XYZ15.059.654.2-
YUV83.26109.8177.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=59.30%
G=20.93%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153545100.650.670.41.765040
Hex993633041432823228
Octal231666301011035026250
Binary1001100111011011001101000001100001110100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993633; }

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

 H1.HeaderClassName
 {
   color: #993633;
 }
 .AnyTagClassName
 {
   color: #993633;
 }
</style>
background-color css

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

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

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

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

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

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