Html Css Color HEX #953A39 Mexican Red

📋 copy color: '#953A39'

red 149 ◦ green 58 ◦ blue 57

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

Shades of Mexican Red #953A39

Tints of Mexican Red #953A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

 BLUE value IS 57 (22.66% from 255) = 21.59%

R = 56.44%
G = 21.97%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953A39 (or 0x953A39) is known color: Mexican Red. HEX triplet: 95, 3A and 39. RGB value is (149,58,57). Sum of RGB (Red+Green+Blue) = 149+58+57=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #953A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A39 is #6AC5C6. Grayscale: #555555. Windows color (decimal): -6997447 or 3750549. OLE color: 3750549.

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

Color convert

RGB 149 58 57 -
CMYK 0 0.61 0.62 0.42
HSL 0.65º 0.45% 0.4% -
HSV(B) 0.65º 0.62% 0.58% -
XYZ 14.65 9.71 4.97 -
YUV 85.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 149 58 57 0 0.61 0.62 0.42 0.65 0.45 0.4
Hex 95 3A 39 0 3D 3E 2A 1 2D 28
Octal 225 72 71 0 75 76 52 1 55 50
Binary 10010101 111010 111001 0 111101 111110 101010 1 101101 101000

Color Harmonies of #953A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A39

Black with #953A39

Text Example


Text Example

White with #953A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A39; }

 p { color: rgb(149,58,57); }

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

background-color css

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

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

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

border-color css

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

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

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