#983F3F

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

Shades of Mexican Red #983F3F

Tints of Mexican Red #983F3F

Color information

#983F3F (or 0x983F3F) is unknown color: approx Mexican Red. HEX triplet: 98, 3F and 3F. RGB value is (152,63,63). Sum of RGB (Red+Green+Blue) = 152+63+63=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #983F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F3F is #67C0C0. Grayscale: #595959. Windows color (decimal): -6799553 or 4145048. OLE color: 4145048.

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

Color convert

RGB1526363-
CMYK00.590.590.40
HSL41.4%42.16%-
HSV(B)58.55%59.61%-
XYZ15.6210.595.92-
YUV89.61112.99172.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 63 (25% from 255) = 22.66%
BLUE value IS 63 (25% from 255) = 22.66%
R=54.68%
G=22.66%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152636300.590.590.40041.442.16
Hex983F3F03B3B280292a
Octal2307777073735005152
Binary1001100011111111111101110111110111010000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,63,63); }

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

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

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

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

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

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

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