#9A3F3C

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

Shades of Mexican Red #9A3F3C

Tints of Mexican Red #9A3F3C

Color information

#9A3F3C (or 0x9A3F3C) is unknown color: approx Mexican Red. HEX triplet: 9A, 3F and 3C. RGB value is (154,63,60). Sum of RGB (Red+Green+Blue) = 154+63+60=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3F3C is #65C0C3. Grayscale: #595959. Windows color (decimal): -6668484 or 3948442. OLE color: 3948442.

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

Color convert

RGB1546360-
CMYK00.590.610.40
HSL1.91º43.93%41.96%-
HSV(B)1.91º61.04%60.39%-
XYZ15.9210.755.51-
YUV89.87111.15173.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.60%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=55.60%
G=22.74%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154636000.590.610.401.9143.9341.96
Hex9A3F3C03B3D2822c2a
Octal2327774073755025452
Binary10011010111111111100011101111110110100010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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