#943F3D

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

Shades of Mexican Red #943F3D

Tints of Mexican Red #943F3D

Color information

#943F3D (or 0x943F3D) is unknown color: approx Mexican Red. HEX triplet: 94, 3F and 3D. RGB value is (148,63,61). Sum of RGB (Red+Green+Blue) = 148+63+61=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #943F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F3D is #6BC0C2. Grayscale: #585858. Windows color (decimal): -7061699 or 4013972. OLE color: 4013972.

HSL color Cylindrical-coordinate representation of color #943F3D: hue angle of 1.38º degrees, saturation: 0.42, 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 #943F3D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1486361-
CMYK00.570.590.42
HSL1.38º41.63%40.98%-
HSV(B)1.38º58.78%58.04%-
XYZ14.8310.195.6-
YUV88.19112.66170.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=54.41%
G=23.16%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148636100.570.590.421.3841.6340.98
Hex943F3D0393B2A12a29
Octal2247775071735215251
Binary1001010011111111110101110011110111010101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943F3D; }

 p { color: rgb(148,63,61); }

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

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

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

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

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

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

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