#983D36

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

Shades of Mexican Red #983D36

Tints of Mexican Red #983D36

Color information

#983D36 (or 0x983D36) is unknown color: approx Mexican Red. HEX triplet: 98, 3D and 36. RGB value is (152,61,54). Sum of RGB (Red+Green+Blue) = 152+61+54=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #983D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D36 is #67C2C9. Grayscale: #575757. Windows color (decimal): -6800074 or 3554712. OLE color: 3554712.

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

Color convert

RGB1526154-
CMYK00.600.640.40
HSL4.29º47.57%40.39%-
HSV(B)4.29º64.47%59.61%-
XYZ15.2810.284.67-
YUV87.41109.15174.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=56.93%
G=22.85%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152615400.600.640.404.2947.5740.39
Hex983D3603C402843028
Octal23075660741005046050
Binary1001100011110111011001111001000000101000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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