#963838

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

Shades of Mexican Red #963838

Tints of Mexican Red #963838

Color information

#963838 (or 0x963838) is unknown color: approx Mexican Red. HEX triplet: 96, 38 and 38. RGB value is (150,56,56). Sum of RGB (Red+Green+Blue) = 150+56+56=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #963838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963838 is #69C7C7. Grayscale: #545454. Windows color (decimal): -6932424 or 3684502. OLE color: 3684502.

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

Color convert

RGB1505656-
CMYK00.630.630.41
HSL45.63%40.39%-
HSV(B)62.67%58.82%-
XYZ14.719.64.82-
YUV84.11112.14175-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.25%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=57.25%
G=21.37%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150565600.630.630.41045.6340.39
Hex96383803F3F2902e28
Octal2267070077775105650
Binary1001011011100011100001111111111111010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963838; }

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

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

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

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

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

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

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

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