#993835

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

Shades of Milano Red #993835

Tints of Milano Red #993835

Color information

#993835 (or 0x993835) is unknown color: approx Milano Red. HEX triplet: 99, 38 and 35. RGB value is (153,56,53). Sum of RGB (Red+Green+Blue) = 153+56+53=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #993835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993835 is #66C7CA. Grayscale: #545454. Windows color (decimal): -6735819 or 3487897. OLE color: 3487897.

HSL color Cylindrical-coordinate representation of color #993835: hue angle of 1.8º degrees, saturation: 0.49, 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 #993835 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB1535653-
CMYK00.630.650.4
HSL1.8º48.54%40.39%-
HSV(B)1.8º65.36%60%-
XYZ15.199.864.47-
YUV84.66110.14176.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=58.40%
G=21.37%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153565300.630.650.41.848.5440.39
Hex99383503F412823128
Octal23170650771015026150
Binary100110011110001101010111111100000110100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993835; }

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

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

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

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

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

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

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

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