#984242

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

Shades of Mexican Red #984242

Tints of Mexican Red #984242

Color information

#984242 (or 0x984242) is unknown color: approx Mexican Red. HEX triplet: 98, 42 and 42. RGB value is (152,66,66). Sum of RGB (Red+Green+Blue) = 152+66+66=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #984242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984242 is #67BDBD. Grayscale: #5B5B5B. Windows color (decimal): -6798782 or 4342424. OLE color: 4342424.

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

Color convert

RGB1526666-
CMYK00.570.570.40
HSL39.45%42.75%-
HSV(B)56.58%59.61%-
XYZ15.8810.976.43-
YUV91.71113.49171-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=53.52%
G=23.24%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152666600.570.570.40039.4542.75
Hex98424203939280272b
Octal230102102071715004753
Binary100110001000010100001001110011110011010000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984242; }

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

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

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

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

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

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

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

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