#933C3A

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

Shades of Mexican Red #933C3A

Tints of Mexican Red #933C3A

Color information

#933C3A (or 0x933C3A) is unknown color: approx Mexican Red. HEX triplet: 93, 3C and 3A. RGB value is (147,60,58). Sum of RGB (Red+Green+Blue) = 147+60+58=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #933C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933C3A is #6CC3C5. Grayscale: #555555. Windows color (decimal): -7128006 or 3816595. OLE color: 3816595.

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

Color convert

RGB1476058-
CMYK00.590.610.42
HSL1.35º43.41%40.2%-
HSV(B)1.35º60.54%57.65%-
XYZ14.419.745.12-
YUV85.78112.32171.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=55.47%
G=22.64%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147605800.590.610.421.3543.4140.2
Hex933C3A03B3D2A12b28
Octal2237472073755215350
Binary1001001111110011101001110111111011010101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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