#993737

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

Shades of Milano Red #993737

Tints of Milano Red #993737

Color information

#993737 (or 0x993737) is unknown color: approx Milano Red. HEX triplet: 99, 37 and 37. RGB value is (153,55,55). Sum of RGB (Red+Green+Blue) = 153+55+55=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #993737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993737 is #66C8C8. Grayscale: #545454. Windows color (decimal): -6736073 or 3618713. OLE color: 3618713.

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

Color convert

RGB1535555-
CMYK00.640.640.4
HSL47.12%40.78%-
HSV(B)64.05%60%-
XYZ15.199.784.7-
YUV84.3111.47177-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=58.17%
G=20.91%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153555500.640.640.4047.1240.78
Hex993737040402802f29
Octal231676701001005005751
Binary100110011101111101110100000010000001010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993737; }

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

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

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

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

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

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

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

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