Html Css Color HEX #954040 Mexican Red

📋 copy color: '#954040'

red 149 ◦ green 64 ◦ blue 64

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

Shades of Mexican Red #954040

Tints of Mexican Red #954040

RGB

 RED value IS 149 (58.59% from 255) = 53.79%

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 53.79%
G = 23.1%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#954040 (or 0x954040) is known color: Mexican Red. HEX triplet: 95, 40 and 40. RGB value is (149,64,64). Sum of RGB (Red+Green+Blue) = 149+64+64=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954040 is #6ABFBF. Grayscale: #595959. Windows color (decimal): -6995904 or 4210837. OLE color: 4210837.

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

Color convert

RGB 149 64 64 -
CMYK 0 0.57 0.57 0.42
HSL 0.4% 0.42% -
HSV(B) 0.57% 0.58% -
XYZ 15.15 10.43 6.06 -
YUV 89.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 149 64 64 0 0.57 0.57 0.42 0 0.4 0.42
Hex 95 40 40 0 39 39 2A 0 28 2A
Octal 225 100 100 0 71 71 52 0 50 52
Binary 10010101 1000000 1000000 0 111001 111001 101010 0 101000 101010

Color Harmonies of #954040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954040

Black with #954040

Text Example


Text Example

White with #954040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954040; }

 p { color: rgb(149,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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