#9b413f

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

Shades of Mexican Red #9B413F

Tints of Mexican Red #9B413F

Color information

#9B413F (or 0x9B413F) is unknown color: approx Mexican Red. HEX triplet: 9B, 41 and 3F. RGB value is (155,65,63). Sum of RGB (Red+Green+Blue) = 155+65+63=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B413F is #64BEC0. Grayscale: #5B5B5B. Windows color (decimal): -6602433 or 4145563. OLE color: 4145563.

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

Color convert

RGB1556563-
CMYK00.580.590.39
HSL1.3º42.2%42.75%-
HSV(B)1.3º59.35%60.78%-
XYZ16.3111.115.99-
YUV91.68111.82173.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 63 (25% from 255) = 22.26%
R=54.77%
G=22.97%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155656300.580.590.391.342.242.75
Hex9B413F03A3B2712a2b
Octal23310177072734715253
Binary10011011100000111111101110101110111001111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b413f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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