#983534

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

Shades of Milano Red #983534

Tints of Milano Red #983534

Color information

#983534 (or 0x983534) is unknown color: approx Milano Red. HEX triplet: 98, 35 and 34. RGB value is (152,53,52). Sum of RGB (Red+Green+Blue) = 152+53+52=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #983534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983534 is #67CACB. Grayscale: #525252. Windows color (decimal): -6802124 or 3421592. OLE color: 3421592.

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

Color convert

RGB1525352-
CMYK00.650.660.40
HSL0.6º49.02%40%-
HSV(B)0.6º65.79%59.61%-
XYZ14.849.474.29-
YUV82.49110.8177.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=59.14%
G=20.62%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152535200.650.660.400.649.0240
Hex983534041422813128
Octal230656401011025016150
Binary100110001101011101000100000110000101010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983534; }

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

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

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

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

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

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

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

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