#98413D

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

Shades of Mexican Red #98413D

Tints of Mexican Red #98413D

Color information

#98413D (or 0x98413D) is unknown color: approx Mexican Red. HEX triplet: 98, 41 and 3D. RGB value is (152,65,61). Sum of RGB (Red+Green+Blue) = 152+65+61=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98413D is #67BEC2. Grayscale: #5A5A5A. Windows color (decimal): -6799043 or 4014488. OLE color: 4014488.

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

Color convert

RGB1526561-
CMYK00.570.600.40
HSL2.64º42.72%41.76%-
HSV(B)2.64º59.87%59.61%-
XYZ15.6810.795.67-
YUV90.56111.32171.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=54.68%
G=23.38%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152656100.570.600.402.6442.7241.76
Hex98413D0393C2832b2a
Octal23010175071745035352
Binary100110001000001111101011100111110010100011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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