#933D3D

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

Shades of Mexican Red #933D3D

Tints of Mexican Red #933D3D

Color information

#933D3D (or 0x933D3D) is unknown color: approx Mexican Red. HEX triplet: 93, 3D and 3D. RGB value is (147,61,61). Sum of RGB (Red+Green+Blue) = 147+61+61=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #933D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D3D is #6CC2C2. Grayscale: #565656. Windows color (decimal): -7127747 or 4013459. OLE color: 4013459.

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

Color convert

RGB1476161-
CMYK00.590.590.42
HSL41.35%40.78%-
HSV(B)58.5%57.65%-
XYZ14.549.885.55-
YUV86.71113.49171-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.65%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=54.65%
G=22.68%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147616100.590.590.42041.3540.78
Hex933D3D03B3B2A02929
Octal2237575073735205151
Binary1001001111110111110101110111110111010100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,61,61); }

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

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

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

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

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

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

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