#98413F

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

Shades of Mexican Red #98413F

Tints of Mexican Red #98413F

Color information

#98413F (or 0x98413F) is unknown color: approx Mexican Red. HEX triplet: 98, 41 and 3F. RGB value is (152,65,63). Sum of RGB (Red+Green+Blue) = 152+65+63=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98413F is #67BEC0. Grayscale: #5A5A5A. Windows color (decimal): -6799041 or 4145560. OLE color: 4145560.

HSL color Cylindrical-coordinate representation of color #98413F: hue angle of 1.35º 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 #98413F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1526563-
CMYK00.570.590.40
HSL1.35º41.4%42.16%-
HSV(B)1.35º58.55%59.61%-
XYZ15.7410.815.96-
YUV90.79112.32171.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 63 (25% from 255) = 22.5%
R=54.29%
G=23.21%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152656300.570.590.401.3541.442.16
Hex98413F0393B281292a
Octal23010177071735015152
Binary10011000100000111111101110011110111010001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98413F; }

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

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

<style>
 a { background-color: #98413F; }

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

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

<style>
 span { border-color: #98413F; }

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

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