#993F3B

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

Shades of Mexican Red #993F3B

Tints of Mexican Red #993F3B

Color information

#993F3B (or 0x993F3B) is unknown color: approx Mexican Red. HEX triplet: 99, 3F and 3B. RGB value is (153,63,59). Sum of RGB (Red+Green+Blue) = 153+63+59=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #993F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F3B is #66C0C4. Grayscale: #595959. Windows color (decimal): -6734021 or 3882905. OLE color: 3882905.

HSL color Cylindrical-coordinate representation of color #993F3B: hue angle of 2.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993F3B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1536359-
CMYK00.590.610.4
HSL2.55º44.34%41.57%-
HSV(B)2.55º61.44%60%-
XYZ15.710.645.36-
YUV89.45110.82173.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=55.64%
G=22.91%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153635900.590.610.42.5544.3441.57
Hex993F3B03B3D2832c2a
Octal2317773073755035452
Binary10011001111111111011011101111110110100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993F3B; }

 p { color: rgb(153,63,59); }

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

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

 a { background-color: rgb(153,63,59); }

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

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

 span { border-color: rgb(153,63,59); }

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