#9B403F

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

Shades of Mexican Red #9B403F

Tints of Mexican Red #9B403F

Color information

#9B403F (or 0x9B403F) is unknown color: approx Mexican Red. HEX triplet: 9B, 40 and 3F. RGB value is (155,64,63). Sum of RGB (Red+Green+Blue) = 155+64+63=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B403F is #64BFC0. Grayscale: #5B5B5B. Windows color (decimal): -6602689 or 4145307. OLE color: 4145307.

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

Color convert

RGB1556463-
CMYK00.590.590.39
HSL0.65º42.2%42.75%-
HSV(B)0.65º59.35%60.78%-
XYZ16.2510.995.97-
YUV91.1112.15173.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 63 (25% from 255) = 22.34%
R=54.96%
G=22.70%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155646300.590.590.390.6542.242.75
Hex9B403F03B3B2712a2b
Octal23310077073734715253
Binary10011011100000011111101110111110111001111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,63); }

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

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

 a { background-color: rgb(155,64,63); }

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

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

 span { border-color: rgb(155,64,63); }

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