#984240

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

Shades of Mexican Red #984240

Tints of Mexican Red #984240

Color information

#984240 (or 0x984240) is unknown color: approx Mexican Red. HEX triplet: 98, 42 and 40. RGB value is (152,66,64). Sum of RGB (Red+Green+Blue) = 152+66+64=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #984240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984240 is #67BDBF. Grayscale: #5B5B5B. Windows color (decimal): -6798784 or 4211352. OLE color: 4211352.

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

Color convert

RGB1526664-
CMYK00.570.580.40
HSL1.36º40.74%42.35%-
HSV(B)1.36º57.89%59.61%-
XYZ15.8210.946.13-
YUV91.49112.49171.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=53.90%
G=23.40%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152666400.570.580.401.3640.7442.35
Hex9842400393A281292a
Octal230102100071725015152
Binary100110001000010100000001110011110101010001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984240; }

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

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

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

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

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

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

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

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