#983835

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

Shades of Milano Red #983835

Tints of Milano Red #983835

Color information

#983835 (or 0x983835) is unknown color: approx Milano Red. HEX triplet: 98, 38 and 35. RGB value is (152,56,53). Sum of RGB (Red+Green+Blue) = 152+56+53=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #983835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983835 is #67C7CA. Grayscale: #545454. Windows color (decimal): -6801355 or 3487896. OLE color: 3487896.

HSL color Cylindrical-coordinate representation of color #983835: hue angle of 1.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983835 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1525653-
CMYK00.630.650.40
HSL1.82º48.29%40.2%-
HSV(B)1.82º65.13%59.61%-
XYZ15.019.764.46-
YUV84.36110.3176.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=58.24%
G=21.46%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152565300.630.650.401.8248.2940.2
Hex98383503F412823028
Octal23070650771015026050
Binary100110001110001101010111111100000110100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983835; }

 p { color: rgb(152,56,53); }

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

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

 a { background-color: rgb(152,56,53); }

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

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

 span { border-color: rgb(152,56,53); }

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