#983432

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

Shades of Milano Red #983432

Tints of Milano Red #983432

Color information

#983432 (or 0x983432) is unknown color: approx Milano Red. HEX triplet: 98, 34 and 32. RGB value is (152,52,50). Sum of RGB (Red+Green+Blue) = 152+52+50=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #983432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983432 is #67CBCD. Grayscale: #515151. Windows color (decimal): -6802382 or 3290264. OLE color: 3290264.

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

Color convert

RGB1525250-
CMYK00.660.670.40
HSL1.18º50.5%39.61%-
HSV(B)1.18º67.11%59.61%-
XYZ14.759.364.05-
YUV81.67110.13178.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=59.84%
G=20.47%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152525000.660.670.401.1850.539.61
Hex983432042432813228
Octal230646201021035016250
Binary100110001101001100100100001010000111010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983432; }

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

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

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

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

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

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

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

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