Html Css Color HEX #913E3A Mexican Red

📋 copy color: '#913E3A'

red 145 ◦ green 62 ◦ blue 58

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

Shades of Mexican Red #913E3A

Tints of Mexican Red #913E3A

RGB

 RED value IS 145 (57.03% from 255) = 54.72%

 GREEN value IS 62 (24.61% from 255) = 23.4%

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

R = 54.72%
G = 23.4%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#913E3A (or 0x913E3A) is known color: Mexican Red. HEX triplet: 91, 3E and 3A. RGB value is (145,62,58). Sum of RGB (Red+Green+Blue) = 145+62+58=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #913E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E3A is #6EC1C5. Grayscale: #565656. Windows color (decimal): -7258566 or 3817105. OLE color: 3817105.

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

Color convert

RGB 145 62 58 -
CMYK 0 0.57 0.6 0.43
HSL 2.76º 0.43% 0.4% -
HSV(B) 2.76º 0.6% 0.57% -
XYZ 14.16 9.77 5.14 -
YUV 86.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 145 62 58 0 0.57 0.6 0.43 2.76 0.43 0.4
Hex 91 3E 3A 0 39 3C 2B 3 2B 28
Octal 221 76 72 0 71 74 53 3 53 50
Binary 10010001 111110 111010 0 111001 111100 101011 11 101011 101000

Color Harmonies of #913E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913E3A

Black with #913E3A

Text Example


Text Example

White with #913E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913E3A; }

 p { color: rgb(145,62,58); }

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

background-color css

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

 a { background-color: rgb(145,62,58); }

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

border-color css

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

 span { border-color: rgb(145,62,58); }

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