#993734

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

Shades of Milano Red #993734

Tints of Milano Red #993734

Color information

#993734 (or 0x993734) is unknown color: approx Milano Red. HEX triplet: 99, 37 and 34. RGB value is (153,55,52). Sum of RGB (Red+Green+Blue) = 153+55+52=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #993734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993734 is #66C8CB. Grayscale: #545454. Windows color (decimal): -6736076 or 3422105. OLE color: 3422105.

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

Color convert

RGB1535552-
CMYK00.640.660.4
HSL1.78º49.27%40.2%-
HSV(B)1.78º66.01%60%-
XYZ15.129.754.33-
YUV83.96109.97177.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 52 (20.70% from 255) = 20%
R=58.85%
G=21.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153555200.640.660.41.7849.2740.2
Hex993734040422823128
Octal231676401001025026150
Binary1001100111011111010001000000100001010100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993734; }

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

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

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

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

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

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

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

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