Html Css Color HEX #8F4140 Mexican Red

📋 copy color: '#8F4140'

red 143 ◦ green 65 ◦ blue 64

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

Shades of Mexican Red #8F4140

Tints of Mexican Red #8F4140

RGB

 RED value IS 143 (56.25% from 255) = 52.57%

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

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

R = 52.57%
G = 23.9%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#8F4140 (or 0x8F4140) is known color: Mexican Red. HEX triplet: 8F, 41 and 40. RGB value is (143,65,64). Sum of RGB (Red+Green+Blue) = 143+65+64=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4140 is #70BEBF. Grayscale: #585858. Windows color (decimal): -7388864 or 4211087. OLE color: 4211087.

HSL color Cylindrical-coordinate representation of color #8F4140: hue angle of 0.76º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4140 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 65 64 -
CMYK 0 0.55 0.55 0.44
HSL 0.76º 0.38% 0.41% -
HSV(B) 0.76º 0.55% 0.56% -
XYZ 14.14 9.99 6.03 -
YUV 88.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 143 65 64 0 0.55 0.55 0.44 0.76 0.38 0.41
Hex 8F 41 40 0 37 37 2C 1 26 29
Octal 217 101 100 0 67 67 54 1 46 51
Binary 10001111 1000001 1000000 0 110111 110111 101100 1 100110 101001

Color Harmonies of #8F4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4140

Black with #8F4140

Text Example


Text Example

White with #8F4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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