#983535

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

Shades of Milano Red #983535

Tints of Milano Red #983535

Color information

#983535 (or 0x983535) is unknown color: approx Milano Red. HEX triplet: 98, 35 and 35. RGB value is (152,53,53). Sum of RGB (Red+Green+Blue) = 152+53+53=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #983535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983535 is #67CACA. Grayscale: #525252. Windows color (decimal): -6802123 or 3487128. OLE color: 3487128.

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

Color convert

RGB1525353-
CMYK00.650.650.40
HSL48.29%40.2%-
HSV(B)65.13%59.61%-
XYZ14.869.484.41-
YUV82.6111.3177.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=58.91%
G=20.54%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152535300.650.650.40048.2940.2
Hex983535041412803028
Octal230656501011015006050
Binary100110001101011101010100000110000011010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983535; }

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

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

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

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

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

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

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

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