Html Css Color HEX #913C3A Mexican Red

📋 copy color: '#913C3A'

red 145 ◦ green 60 ◦ blue 58

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

Shades of Mexican Red #913C3A

Tints of Mexican Red #913C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

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

R = 55.13%
G = 22.81%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#913C3A (or 0x913C3A) is known color: Mexican Red. HEX triplet: 91, 3C and 3A. RGB value is (145,60,58). Sum of RGB (Red+Green+Blue) = 145+60+58=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #913C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913C3A is #6EC3C5. Grayscale: #555555. Windows color (decimal): -7259078 or 3816593. OLE color: 3816593.

HSL color Cylindrical-coordinate representation of color #913C3A: hue angle of 1.38º 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 #913C3A is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 60 58 -
CMYK 0 0.59 0.6 0.43
HSL 1.38º 0.43% 0.4% -
HSV(B) 1.38º 0.6% 0.57% -
XYZ 14.06 9.56 5.11 -
YUV 85.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 145 60 58 0 0.59 0.6 0.43 1.38 0.43 0.4
Hex 91 3C 3A 0 3B 3C 2B 1 2B 28
Octal 221 74 72 0 73 74 53 1 53 50
Binary 10010001 111100 111010 0 111011 111100 101011 1 101011 101000

Color Harmonies of #913C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913C3A

Black with #913C3A

Text Example


Text Example

White with #913C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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