#9b3a37

Color #9B3A37 Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #9B3A37

Tints of Mexican Red #9B3A37

Color information

#9B3A37 (or 0x9B3A37) is unknown color: approx Mexican Red. HEX triplet: 9B, 3A and 37. RGB value is (155,58,55). Sum of RGB (Red+Green+Blue) = 155+58+55=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3A37 is #64C5C8. Grayscale: #565656. Windows color (decimal): -6604233 or 3619483. OLE color: 3619483.

HSL color Cylindrical-coordinate representation of color #9B3A37: hue angle of 1.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3A37 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1555855-
CMYK00.630.650.39
HSL1.8º47.62%41.18%-
HSV(B)1.8º64.52%60.78%-
XYZ15.7210.274.77-
YUV86.66110.14176.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=57.84%
G=21.64%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155585500.630.650.391.847.6241.18
Hex9B3A3703F412723029
Octal23372670771014726051
Binary100110111110101101110111111100000110011110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3a37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b3a37; }

 p { color: rgb(155,58,55); }

 H1.HeaderClassName
 {
   color: #9b3a37;
 }
 .AnyTagClassName
 {
   color: #9b3a37;
 }
</style>
background-color css

<style>
 a { background-color: #9b3a37; }

 a { background-color: rgb(155,58,55); }

 div.DivClassName
 {
   background-color: #9b3a37;
 }
 .BgClassName
 {
   background-color: #9b3a37;
 }
</style>
border-color css

<style>
 span { border-color: #9b3a37; }

 span { border-color: rgb(155,58,55); }

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