#98312E

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

Shades of Milano Red #98312E

Tints of Milano Red #98312E

Color information

#98312E (or 0x98312E) is unknown color: approx Milano Red. HEX triplet: 98, 31 and 2E. RGB value is (152,49,46). Sum of RGB (Red+Green+Blue) = 152+49+46=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98312E is #67CED1. Grayscale: #4F4F4F. Windows color (decimal): -6803154 or 3027352. OLE color: 3027352.

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

Color convert

RGB1524946-
CMYK00.680.700.40
HSL1.7º53.54%38.82%-
HSV(B)1.7º69.74%59.61%-
XYZ14.549.073.57-
YUV79.46109.12179.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=61.54%
G=19.84%
B=18.62%

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
Decimal152494600.680.700.401.753.5438.82
Hex98312E044462823627
Octal230615601041065026647
Binary1001100011000110111001000100100011010100010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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