#983532

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

Shades of Milano Red #983532

Tints of Milano Red #983532

Color information

#983532 (or 0x983532) is unknown color: approx Milano Red. HEX triplet: 98, 35 and 32. RGB value is (152,53,50). Sum of RGB (Red+Green+Blue) = 152+53+50=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #983532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983532 is #67CACD. Grayscale: #525252. Windows color (decimal): -6802126 or 3290520. OLE color: 3290520.

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

Color convert

RGB1525350-
CMYK00.650.670.40
HSL1.76º50.5%39.61%-
HSV(B)1.76º67.11%59.61%-
XYZ14.89.454.06-
YUV82.26109.8177.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=59.61%
G=20.78%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152535000.650.670.401.7650.539.61
Hex983532041432823228
Octal230656201011035026250
Binary1001100011010111001001000001100001110100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983532; }

 p { color: rgb(152,53,50); }

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

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

 a { background-color: rgb(152,53,50); }

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

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

 span { border-color: rgb(152,53,50); }

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