#982E2B

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

Shades of Milano Red #982E2B

Tints of Milano Red #982E2B

Color information

#982E2B (or 0x982E2B) is unknown color: approx Milano Red. HEX triplet: 98, 2E and 2B. RGB value is (152,46,43). Sum of RGB (Red+Green+Blue) = 152+46+43=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #982E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982E2B is #67D1D4. Grayscale: #4D4D4D. Windows color (decimal): -6803925 or 2829976. OLE color: 2829976.

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

Color convert

RGB1524643-
CMYK00.700.720.40
HSL1.65º55.9%38.24%-
HSV(B)1.65º71.71%59.61%-
XYZ14.368.83.23-
YUV77.35108.62181.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=63.07%
G=19.09%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152464300.700.720.401.6555.938.24
Hex982E2B046482823826
Octal230565301061105027046
Binary1001100010111010101101000110100100010100010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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