Html Css Color HEX #954140 Mexican Red

📋 copy color: '#954140'

red 149 ◦ green 65 ◦ blue 64

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

Shades of Mexican Red #954140

Tints of Mexican Red #954140

RGB

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

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

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

R = 53.6%
G = 23.38%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#954140 (or 0x954140) is known color: Mexican Red. HEX triplet: 95, 41 and 40. RGB value is (149,65,64). Sum of RGB (Red+Green+Blue) = 149+65+64=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #954140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954140 is #6ABEBF. Grayscale: #5A5A5A. Windows color (decimal): -6995648 or 4211093. OLE color: 4211093.

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

Color convert

RGB 149 65 64 -
CMYK 0 0.56 0.57 0.42
HSL 0.71º 0.4% 0.42% -
HSV(B) 0.71º 0.57% 0.58% -
XYZ 15.21 10.54 6.08 -
YUV 90 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 149 65 64 0 0.56 0.57 0.42 0.71 0.4 0.42
Hex 95 41 40 0 38 39 2A 1 28 2A
Octal 225 101 100 0 70 71 52 1 50 52
Binary 10010101 1000001 1000000 0 111000 111001 101010 1 101000 101010

Color Harmonies of #954140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954140

Black with #954140

Text Example


Text Example

White with #954140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954140; }

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

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

background-color css

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

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

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

border-color css

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

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

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