#963534

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

Shades of Milano Red #963534

Tints of Milano Red #963534

Color information

#963534 (or 0x963534) is unknown color: approx Milano Red. HEX triplet: 96, 35 and 34. RGB value is (150,53,52). Sum of RGB (Red+Green+Blue) = 150+53+52=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963534 is #69CACB. Grayscale: #515151. Windows color (decimal): -6933196 or 3421590. OLE color: 3421590.

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

Color convert

RGB1505352-
CMYK00.650.650.41
HSL0.61º48.51%39.61%-
HSV(B)0.61º65.33%58.82%-
XYZ14.479.284.28-
YUV81.89111.14176.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 52 (20.70% from 255) = 20.39%
R=58.82%
G=20.78%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150535200.650.650.410.6148.5139.61
Hex963534041412913128
Octal226656401011015116150
Binary100101101101011101000100000110000011010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963534; }

 p { color: rgb(150,53,52); }

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

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

 a { background-color: rgb(150,53,52); }

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

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

 span { border-color: rgb(150,53,52); }

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