#982F2A

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

Shades of Milano Red #982F2A

Tints of Milano Red #982F2A

Color information

#982F2A (or 0x982F2A) is unknown color: approx Milano Red. HEX triplet: 98, 2F and 2A. RGB value is (152,47,42). Sum of RGB (Red+Green+Blue) = 152+47+42=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #982F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F2A is #67D0D5. Grayscale: #4D4D4D. Windows color (decimal): -6803670 or 2764696. OLE color: 2764696.

HSL color Cylindrical-coordinate representation of color #982F2A: hue angle of 2.73º degrees, saturation: 0.57, 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 #982F2A is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1524742-
CMYK00.690.720.40
HSL2.73º56.7%38.04%-
HSV(B)2.73º72.37%59.61%-
XYZ14.388.883.15-
YUV77.82107.79180.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=63.07%
G=19.50%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152474200.690.720.402.7356.738.04
Hex982F2A045482833926
Octal230575201051105037146
Binary1001100010111110101001000101100100010100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,47,42); }

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

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

 a { background-color: rgb(152,47,42); }

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

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

 span { border-color: rgb(152,47,42); }

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