#993833

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

Shades of Milano Red #993833

Tints of Milano Red #993833

Color information

#993833 (or 0x993833) is unknown color: approx Milano Red. HEX triplet: 99, 38 and 33. RGB value is (153,56,51). Sum of RGB (Red+Green+Blue) = 153+56+51=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #993833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993833 is #66C7CC. Grayscale: #545454. Windows color (decimal): -6735821 or 3356825. OLE color: 3356825.

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

Color convert

RGB1535651-
CMYK00.630.670.4
HSL2.94º50%40%-
HSV(B)2.94º66.67%60%-
XYZ15.159.844.23-
YUV84.43109.14176.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=58.85%
G=21.54%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153565100.630.670.42.945040
Hex99383303F432833228
Octal23170630771035036250
Binary100110011110001100110111111100001110100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993833; }

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

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

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

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

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

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

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

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