#98322C

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

Shades of Milano Red #98322C

Tints of Milano Red #98322C

Color information

#98322C (or 0x98322C) is unknown color: approx Milano Red. HEX triplet: 98, 32 and 2C. RGB value is (152,50,44). Sum of RGB (Red+Green+Blue) = 152+50+44=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98322C is #67CDD3. Grayscale: #4F4F4F. Windows color (decimal): -6802900 or 2896536. OLE color: 2896536.

HSL color Cylindrical-coordinate representation of color #98322C: hue angle of 3.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98322C is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1525044-
CMYK00.670.710.40
HSL3.33º55.1%38.43%-
HSV(B)3.33º71.05%59.61%-
XYZ14.549.143.38-
YUV79.81107.79179.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=61.79%
G=20.33%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152504400.670.710.403.3355.138.43
Hex98322C043472833726
Octal230625401031075036746
Binary1001100011001010110001000011100011110100011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98322C; }

 p { color: rgb(152,50,44); }

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

<style>
 a { background-color: #98322C; }

 a { background-color: rgb(152,50,44); }

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

<style>
 span { border-color: #98322C; }

 span { border-color: rgb(152,50,44); }

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