#9B3E38

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

Shades of Mexican Red #9B3E38

Tints of Mexican Red #9B3E38

Color information

#9B3E38 (or 0x9B3E38) is unknown color: approx Mexican Red. HEX triplet: 9B, 3E and 38. RGB value is (155,62,56). Sum of RGB (Red+Green+Blue) = 155+62+56=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3E38 is #64C1C7. Grayscale: #595959. Windows color (decimal): -6603208 or 3686043. OLE color: 3686043.

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

Color convert

RGB1556256-
CMYK00.60.640.39
HSL3.64º46.92%41.37%-
HSV(B)3.64º63.87%60.78%-
XYZ15.9510.74.97-
YUV89.12109.31174.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=56.78%
G=22.71%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155625600.60.640.393.6446.9241.37
Hex9B3E3803C402742f29
Octal23376700741004745751
Binary1001101111111011100001111001000000100111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,62,56); }

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

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

 a { background-color: rgb(155,62,56); }

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

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

 span { border-color: rgb(155,62,56); }

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