Html Css Color HEX #984140 Mexican Red

📋 copy color: '#984140'

red 152 ◦ green 65 ◦ blue 64

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

Shades of Mexican Red #984140

Tints of Mexican Red #984140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 54.09%
G = 23.13%
B = 22.78%

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

#984140 (or 0x984140) is known color: Mexican Red. HEX triplet: 98, 41 and 40. RGB value is (152,65,64). Sum of RGB (Red+Green+Blue) = 152+65+64=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #984140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984140 is #67BEBF. Grayscale: #5A5A5A. Windows color (decimal): -6799040 or 4211096. OLE color: 4211096.

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

Color convert

RGB 152 65 64 -
CMYK 0 0.57 0.58 0.40
HSL 0.68º 0.41% 0.42% -
HSV(B) 0.68º 0.58% 0.6% -
XYZ 15.76 10.83 6.11 -
YUV 90.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 152 65 64 0 0.57 0.58 0.40 0.68 0.41 0.42
Hex 98 41 40 0 39 3A 28 1 29 2A
Octal 230 101 100 0 71 72 50 1 51 52
Binary 10011000 1000001 1000000 0 111001 111010 101000 1 101001 101010

Color Harmonies of #984140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984140

Black with #984140

Text Example


Text Example

White with #984140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984140; }

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

 H1.HeaderClassName
 {
   color: #984140;
 }
 .AnyTagClassName
 {
   color: #984140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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