#983434

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

Shades of Milano Red #983434

Tints of Milano Red #983434

Color information

#983434 (or 0x983434) is unknown color: approx Milano Red. HEX triplet: 98, 34 and 34. RGB value is (152,52,52). Sum of RGB (Red+Green+Blue) = 152+52+52=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983434 is #67CBCB. Grayscale: #525252. Windows color (decimal): -6802380 or 3421336. OLE color: 3421336.

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

Color convert

RGB1525252-
CMYK00.660.660.40
HSL49.02%40%-
HSV(B)65.79%59.61%-
XYZ14.89.384.28-
YUV81.9111.13178-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=59.38%
G=20.31%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152525200.660.660.40049.0240
Hex983434042422803128
Octal230646401021025006150
Binary100110001101001101000100001010000101010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983434; }

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

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

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

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

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

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

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

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