#98342F

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

Shades of Milano Red #98342F

Tints of Milano Red #98342F

Color information

#98342F (or 0x98342F) is unknown color: approx Milano Red. HEX triplet: 98, 34 and 2F. RGB value is (152,52,47). Sum of RGB (Red+Green+Blue) = 152+52+47=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98342F is #67CBD0. Grayscale: #515151. Windows color (decimal): -6802385 or 3093656. OLE color: 3093656.

HSL color Cylindrical-coordinate representation of color #98342F: hue angle of 2.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98342F is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1525247-
CMYK00.660.690.40
HSL2.86º52.76%39.02%-
HSV(B)2.86º69.08%59.61%-
XYZ14.699.343.72-
YUV81.33108.63178.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.56%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=60.56%
G=20.72%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152524700.660.690.402.8652.7639.02
Hex98342F042452833527
Octal230645701021055036547
Binary1001100011010010111101000010100010110100011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98342F; }

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

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

<style>
 a { background-color: #98342F; }

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

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

<style>
 span { border-color: #98342F; }

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

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