#983735

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

Shades of Milano Red #983735

Tints of Milano Red #983735

Color information

#983735 (or 0x983735) is unknown color: approx Milano Red. HEX triplet: 98, 37 and 35. RGB value is (152,55,53). Sum of RGB (Red+Green+Blue) = 152+55+53=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983735 is #67C8CA. Grayscale: #535353. Windows color (decimal): -6801611 or 3487640. OLE color: 3487640.

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

Color convert

RGB1525553-
CMYK00.640.650.40
HSL1.21º48.29%40.2%-
HSV(B)1.21º65.13%59.61%-
XYZ14.969.664.45-
YUV83.78110.64176.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=58.46%
G=21.15%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152555300.640.650.401.2148.2940.2
Hex983735040412813028
Octal230676501001015016050
Binary100110001101111101010100000010000011010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983735; }

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

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

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

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

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

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

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

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