#963938

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

Shades of Mexican Red #963938

Tints of Mexican Red #963938

Color information

#963938 (or 0x963938) is unknown color: approx Mexican Red. HEX triplet: 96, 39 and 38. RGB value is (150,57,56). Sum of RGB (Red+Green+Blue) = 150+57+56=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #963938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963938 is #69C6C7. Grayscale: #545454. Windows color (decimal): -6932168 or 3684758. OLE color: 3684758.

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

Color convert

RGB1505756-
CMYK00.620.630.41
HSL0.64º45.63%40.39%-
HSV(B)0.64º62.67%58.82%-
XYZ14.759.74.84-
YUV84.69111.81174.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=57.03%
G=21.67%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150575600.620.630.410.6445.6340.39
Hex96393803E3F2912e28
Octal2267170076775115650
Binary1001011011100111100001111101111111010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963938; }

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

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

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

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

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

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

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

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