Html Css Color HEX #953B3A Mexican Red

📋 copy color: '#953B3A'

red 149 ◦ green 59 ◦ blue 58

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

Shades of Mexican Red #953B3A

Tints of Mexican Red #953B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 56.02%
G = 22.18%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#953B3A (or 0x953B3A) is known color: Mexican Red. HEX triplet: 95, 3B and 3A. RGB value is (149,59,58). Sum of RGB (Red+Green+Blue) = 149+59+58=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #953B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B3A is #6AC4C5. Grayscale: #555555. Windows color (decimal): -6997190 or 3816341. OLE color: 3816341.

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

Color convert

RGB 149 59 58 -
CMYK 0 0.60 0.61 0.42
HSL 0.66º 0.44% 0.41% -
HSV(B) 0.66º 0.61% 0.58% -
XYZ 14.72 9.82 5.12 -
YUV 85.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 149 59 58 0 0.60 0.61 0.42 0.66 0.44 0.41
Hex 95 3B 3A 0 3C 3D 2A 1 2C 29
Octal 225 73 72 0 74 75 52 1 54 51
Binary 10010101 111011 111010 0 111100 111101 101010 1 101100 101001

Color Harmonies of #953B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B3A

Black with #953B3A

Text Example


Text Example

White with #953B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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