#983533

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

Shades of Milano Red #983533

Tints of Milano Red #983533

Color information

#983533 (or 0x983533) is unknown color: approx Milano Red. HEX triplet: 98, 35 and 33. RGB value is (152,53,51). Sum of RGB (Red+Green+Blue) = 152+53+51=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983533 is #67CACC. Grayscale: #525252. Windows color (decimal): -6802125 or 3356056. OLE color: 3356056.

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

Color convert

RGB1525351-
CMYK00.650.660.40
HSL1.19º49.75%39.8%-
HSV(B)1.19º66.45%59.61%-
XYZ14.829.464.18-
YUV82.37110.3177.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=59.38%
G=20.70%
B=19.92%

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
Decimal152535100.650.660.401.1949.7539.8
Hex983533041422813228
Octal230656301011025016250
Binary100110001101011100110100000110000101010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983533; }

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

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

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

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

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

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

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

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