#983430

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

Shades of Milano Red #983430

Tints of Milano Red #983430

Color information

#983430 (or 0x983430) is unknown color: approx Milano Red. HEX triplet: 98, 34 and 30. RGB value is (152,52,48). Sum of RGB (Red+Green+Blue) = 152+52+48=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #983430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983430 is #67CBCF. Grayscale: #515151. Windows color (decimal): -6802384 or 3159192. OLE color: 3159192.

HSL color Cylindrical-coordinate representation of color #983430: hue angle of 2.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983430 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1525248-
CMYK00.660.680.40
HSL2.31º52%39.22%-
HSV(B)2.31º68.42%59.61%-
XYZ14.719.343.82-
YUV81.44109.13178.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.32%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=60.32%
G=20.63%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152524800.660.680.402.315239.22
Hex983430042442823427
Octal230646001021045026447
Binary1001100011010011000001000010100010010100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983430; }

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

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

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

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

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

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

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

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