#963230

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

Shades of Milano Red #963230

Tints of Milano Red #963230

Color information

#963230 (or 0x963230) is unknown color: approx Milano Red. HEX triplet: 96, 32 and 30. RGB value is (150,50,48). Sum of RGB (Red+Green+Blue) = 150+50+48=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #963230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963230 is #69CDCF. Grayscale: #4F4F4F. Windows color (decimal): -6933968 or 3158678. OLE color: 3158678.

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

Color convert

RGB1505048-
CMYK00.670.680.41
HSL1.18º51.52%38.82%-
HSV(B)1.18º68%58.82%-
XYZ14.258.983.78-
YUV79.67110.13178.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=60.48%
G=20.16%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150504800.670.680.411.1851.5238.82
Hex963230043442913427
Octal226626001031045116447
Binary100101101100101100000100001110001001010011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963230; }

 p { color: rgb(150,50,48); }

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

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

 a { background-color: rgb(150,50,48); }

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

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

 span { border-color: rgb(150,50,48); }

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