#993433

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

Shades of Milano Red #993433

Tints of Milano Red #993433

Color information

#993433 (or 0x993433) is unknown color: approx Milano Red. HEX triplet: 99, 34 and 33. RGB value is (153,52,51). Sum of RGB (Red+Green+Blue) = 153+52+51=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993433 is #66CBCC. Grayscale: #525252. Windows color (decimal): -6736845 or 3355801. OLE color: 3355801.

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

Color convert

RGB1535251-
CMYK00.660.670.4
HSL0.59º50%40%-
HSV(B)0.59º66.67%60%-
XYZ14.969.474.17-
YUV82.08110.46178.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=59.77%
G=20.31%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153525100.660.670.40.595040
Hex993433042432813228
Octal231646301021035016250
Binary100110011101001100110100001010000111010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993433; }

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

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

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

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

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

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

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

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