Html Css Color HEX #913F3E Mexican Red

📋 copy color: '#913F3E'

red 145 ◦ green 63 ◦ blue 62

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

Shades of Mexican Red #913F3E

Tints of Mexican Red #913F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 23.33%

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 53.7%
G = 23.33%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#913F3E (or 0x913F3E) is known color: Mexican Red. HEX triplet: 91, 3F and 3E. RGB value is (145,63,62). Sum of RGB (Red+Green+Blue) = 145+63+62=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #913F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913F3E is #6EC0C1. Grayscale: #575757. Windows color (decimal): -7258306 or 4079505. OLE color: 4079505.

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

Color convert

RGB 145 63 62 -
CMYK 0 0.57 0.57 0.43
HSL 0.72º 0.4% 0.41% -
HSV(B) 0.72º 0.57% 0.57% -
XYZ 14.32 9.92 5.72 -
YUV 87.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 145 63 62 0 0.57 0.57 0.43 0.72 0.4 0.41
Hex 91 3F 3E 0 39 39 2B 1 28 29
Octal 221 77 76 0 71 71 53 1 50 51
Binary 10010001 111111 111110 0 111001 111001 101011 1 101000 101001

Color Harmonies of #913F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913F3E

Black with #913F3E

Text Example


Text Example

White with #913F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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