Html Css Color HEX #984240 Mexican Red

📋 copy color: '#984240'

red 152 ◦ green 66 ◦ blue 64

#984240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mexican Red #984240

Tints of Mexican Red #984240

RGB

 RED value IS 152 (59.77% from 255) = 53.9%

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 53.9%
G = 23.4%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#984240 (or 0x984240) is known color: 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

RGB 152 66 64 -
CMYK 0 0.57 0.58 0.40
HSL 1.36º 0.41% 0.42% -
HSV(B) 1.36º 0.58% 0.6% -
XYZ 15.82 10.94 6.13 -
YUV 91.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 152 66 64 0 0.57 0.58 0.40 1.36 0.41 0.42
Hex 98 42 40 0 39 3A 28 1 29 2A
Octal 230 102 100 0 71 72 50 1 51 52
Binary 10011000 1000010 1000000 0 111001 111010 101000 1 101001 101010

Color Harmonies of #984240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984240

Black with #984240

Text Example


Text Example

White with #984240

Text Example


Text Example

HTML Codes & Css Web 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>