#963A38

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

Shades of Mexican Red #963A38

Tints of Mexican Red #963A38

Color information

#963A38 (or 0x963A38) is unknown color: approx Mexican Red. HEX triplet: 96, 3A and 38. RGB value is (150,58,56). Sum of RGB (Red+Green+Blue) = 150+58+56=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #963A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A38 is #69C5C7. Grayscale: #555555. Windows color (decimal): -6931912 or 3685014. OLE color: 3685014.

HSL color Cylindrical-coordinate representation of color #963A38: hue angle of 1.28º 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 #963A38 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1505856-
CMYK00.610.630.41
HSL1.28º45.63%40.39%-
HSV(B)1.28º62.67%58.82%-
XYZ14.89.84.85-
YUV85.28111.48174.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=56.82%
G=21.97%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150585600.610.630.411.2845.6340.39
Hex963A3803D3F2912e28
Octal2267270075775115650
Binary1001011011101011100001111011111111010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,58,56); }

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

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

 a { background-color: rgb(150,58,56); }

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

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

 span { border-color: rgb(150,58,56); }

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