#933C3B

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

Shades of Mexican Red #933C3B

Tints of Mexican Red #933C3B

Color information

#933C3B (or 0x933C3B) is unknown color: approx Mexican Red. HEX triplet: 93, 3C and 3B. RGB value is (147,60,59). Sum of RGB (Red+Green+Blue) = 147+60+59=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #933C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933C3B is #6CC3C4. Grayscale: #555555. Windows color (decimal): -7128005 or 3882131. OLE color: 3882131.

HSL color Cylindrical-coordinate representation of color #933C3B: hue angle of 0.68º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #933C3B is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1476059-
CMYK00.590.600.42
HSL0.68º42.72%40.39%-
HSV(B)0.68º59.86%57.65%-
XYZ14.449.755.26-
YUV85.9112.82171.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.26%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=55.26%
G=22.56%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147605900.590.600.420.6842.7240.39
Hex933C3B03B3C2A12b28
Octal2237473073745215350
Binary1001001111110011101101110111111001010101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933C3B; }

 p { color: rgb(147,60,59); }

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

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

 a { background-color: rgb(147,60,59); }

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

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

 span { border-color: rgb(147,60,59); }

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