#963433

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

Shades of Milano Red #963433

Tints of Milano Red #963433

Color information

#963433 (or 0x963433) is unknown color: approx Milano Red. HEX triplet: 96, 34 and 33. RGB value is (150,52,51). Sum of RGB (Red+Green+Blue) = 150+52+51=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963433 is #69CBCC. Grayscale: #515151. Windows color (decimal): -6933453 or 3355798. OLE color: 3355798.

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

Color convert

RGB1505251-
CMYK00.650.660.41
HSL0.61º49.25%39.41%-
HSV(B)0.61º66%58.82%-
XYZ14.49.184.14-
YUV81.19110.97177.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=59.29%
G=20.55%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150525100.650.660.410.6149.2539.41
Hex963433041422913127
Octal226646301011025116147
Binary100101101101001100110100000110000101010011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963433; }

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

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

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

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

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

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

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

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