Html Css Color HEX #913B3B Mexican Red

📋 copy color: '#913B3B'

red 145 ◦ green 59 ◦ blue 59

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

Shades of Mexican Red #913B3B

Tints of Mexican Red #913B3B

RGB

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

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

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

R = 55.13%
G = 22.43%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#913B3B (or 0x913B3B) is known color: Mexican Red. HEX triplet: 91, 3B and 3B. RGB value is (145,59,59). Sum of RGB (Red+Green+Blue) = 145+59+59=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #913B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B3B is #6EC4C4. Grayscale: #545454. Windows color (decimal): -7259333 or 3881873. OLE color: 3881873.

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

Color convert

RGB 145 59 59 -
CMYK 0 0.59 0.59 0.43
HSL 0.42% 0.4% -
HSV(B) 0.59% 0.57% -
XYZ 14.03 9.46 5.22 -
YUV 84.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 145 59 59 0 0.59 0.59 0.43 0 0.42 0.4
Hex 91 3B 3B 0 3B 3B 2B 0 2A 28
Octal 221 73 73 0 73 73 53 0 52 50
Binary 10010001 111011 111011 0 111011 111011 101011 0 101010 101000

Color Harmonies of #913B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913B3B

Black with #913B3B

Text Example


Text Example

White with #913B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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