#9A3F3B

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

Shades of Mexican Red #9A3F3B

Tints of Mexican Red #9A3F3B

Color information

#9A3F3B (or 0x9A3F3B) is unknown color: approx Mexican Red. HEX triplet: 9A, 3F and 3B. RGB value is (154,63,59). Sum of RGB (Red+Green+Blue) = 154+63+59=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3F3B is #65C0C4. Grayscale: #595959. Windows color (decimal): -6668485 or 3882906. OLE color: 3882906.

HSL color Cylindrical-coordinate representation of color #9A3F3B: hue angle of 2.53º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A3F3B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1546359-
CMYK00.590.620.40
HSL2.53º44.6%41.76%-
HSV(B)2.53º61.69%60.39%-
XYZ15.8910.745.37-
YUV89.75110.65173.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.80%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=55.80%
G=22.83%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154635900.590.620.402.5344.641.76
Hex9A3F3B03B3E2832d2a
Octal2327773073765035552
Binary10011010111111111011011101111111010100011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,63,59); }

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

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

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

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

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

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

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