#982D28

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

Shades of Milano Red #982D28

Tints of Milano Red #982D28

Color information

#982D28 (or 0x982D28) is unknown color: approx Milano Red. HEX triplet: 98, 2D and 28. RGB value is (152,45,40). Sum of RGB (Red+Green+Blue) = 152+45+40=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #982D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D28 is #67D2D7. Grayscale: #4C4C4C. Windows color (decimal): -6804184 or 2633112. OLE color: 2633112.

HSL color Cylindrical-coordinate representation of color #982D28: hue angle of 2.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982D28 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB1524540-
CMYK00.700.740.40
HSL2.68º58.33%37.65%-
HSV(B)2.68º73.68%59.61%-
XYZ14.278.712.94-
YUV76.42107.45181.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.14%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=64.14%
G=18.99%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152454000.700.740.402.6858.3337.65
Hex982D280464A2833a26
Octal230555001061125037246
Binary1001100010110110100001000110100101010100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982D28; }

 p { color: rgb(152,45,40); }

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

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

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

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

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

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

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