#983D3A

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

Shades of Mexican Red #983D3A

Tints of Mexican Red #983D3A

Color information

#983D3A (or 0x983D3A) is unknown color: approx Mexican Red. HEX triplet: 98, 3D and 3A. RGB value is (152,61,58). Sum of RGB (Red+Green+Blue) = 152+61+58=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D3A is #67C2C5. Grayscale: #575757. Windows color (decimal): -6800070 or 3816856. OLE color: 3816856.

HSL color Cylindrical-coordinate representation of color #983D3A: hue angle of 1.91º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983D3A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1526158-
CMYK00.600.620.40
HSL1.91º44.76%41.18%-
HSV(B)1.91º61.84%59.61%-
XYZ15.3810.325.18-
YUV87.87111.15173.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 61 (24.22% from 255) = 22.51%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=56.09%
G=22.51%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152615800.600.620.401.9144.7641.18
Hex983D3A03C3E2822d29
Octal2307572074765025551
Binary10011000111101111010011110011111010100010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983D3A; }

 p { color: rgb(152,61,58); }

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

<style>
 a { background-color: #983D3A; }

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

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

<style>
 span { border-color: #983D3A; }

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

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