#98312D

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

Shades of Milano Red #98312D

Tints of Milano Red #98312D

Color information

#98312D (or 0x98312D) is unknown color: approx Milano Red. HEX triplet: 98, 31 and 2D. RGB value is (152,49,45). Sum of RGB (Red+Green+Blue) = 152+49+45=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98312D is #67CED2. Grayscale: #4F4F4F. Windows color (decimal): -6803155 or 2961816. OLE color: 2961816.

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

Color convert

RGB1524945-
CMYK00.680.700.40
HSL2.24º54.31%38.63%-
HSV(B)2.24º70.39%59.61%-
XYZ14.529.063.47-
YUV79.34108.62179.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=61.79%
G=19.92%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152494500.680.700.402.2454.3138.63
Hex98312D044462823627
Octal230615501041065026647
Binary1001100011000110110101000100100011010100010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98312D; }

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

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

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

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

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

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

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

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