Html Css Color HEX #913E3B Mexican Red

📋 copy color: '#913E3B'

red 145 ◦ green 62 ◦ blue 59

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

Shades of Mexican Red #913E3B

Tints of Mexican Red #913E3B

RGB

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

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

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

R = 54.51%
G = 23.31%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#913E3B (or 0x913E3B) is known color: Mexican Red. HEX triplet: 91, 3E and 3B. RGB value is (145,62,59). Sum of RGB (Red+Green+Blue) = 145+62+59=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #913E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E3B is #6EC1C4. Grayscale: #565656. Windows color (decimal): -7258565 or 3882641. OLE color: 3882641.

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

Color convert

RGB 145 62 59 -
CMYK 0 0.57 0.59 0.43
HSL 2.09º 0.42% 0.4% -
HSV(B) 2.09º 0.59% 0.57% -
XYZ 14.19 9.78 5.28 -
YUV 86.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 145 62 59 0 0.57 0.59 0.43 2.09 0.42 0.4
Hex 91 3E 3B 0 39 3B 2B 2 2A 28
Octal 221 76 73 0 71 73 53 2 52 50
Binary 10010001 111110 111011 0 111001 111011 101011 10 101010 101000

Color Harmonies of #913E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913E3B

Black with #913E3B

Text Example


Text Example

White with #913E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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