#963C37

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

Shades of Mexican Red #963C37

Tints of Mexican Red #963C37

Color information

#963C37 (or 0x963C37) is unknown color: approx Mexican Red. HEX triplet: 96, 3C and 37. RGB value is (150,60,55). Sum of RGB (Red+Green+Blue) = 150+60+55=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #963C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C37 is #69C3C8. Grayscale: #565656. Windows color (decimal): -6931401 or 3619990. OLE color: 3619990.

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

Color convert

RGB1506055-
CMYK00.60.630.41
HSL3.16º46.34%40.2%-
HSV(B)3.16º63.33%58.82%-
XYZ14.889.994.76-
YUV86.34110.32173.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=56.60%
G=22.64%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150605500.60.630.413.1646.3440.2
Hex963C3703C3F2932e28
Octal2267467074775135650
Binary10010110111100110111011110011111110100111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963C37; }

 p { color: rgb(150,60,55); }

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

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

 a { background-color: rgb(150,60,55); }

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

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

 span { border-color: rgb(150,60,55); }

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