#993834

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

Shades of Milano Red #993834

Tints of Milano Red #993834

Color information

#993834 (or 0x993834) is unknown color: approx Milano Red. HEX triplet: 99, 38 and 34. RGB value is (153,56,52). Sum of RGB (Red+Green+Blue) = 153+56+52=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993834 is #66C7CB. Grayscale: #545454. Windows color (decimal): -6735820 or 3422361. OLE color: 3422361.

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

Color convert

RGB1535652-
CMYK00.630.660.4
HSL2.38º49.27%40.2%-
HSV(B)2.38º66.01%60%-
XYZ15.179.854.35-
YUV84.55109.64176.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=58.62%
G=21.46%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153565200.630.660.42.3849.2740.2
Hex99383403F422823128
Octal23170640771025026150
Binary100110011110001101000111111100001010100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993834; }

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

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

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

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

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

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

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

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