#9c3d34

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

Shades of Mexican Red #9C3D34

Tints of Mexican Red #9C3D34

Color information

#9C3D34 (or 0x9C3D34) is unknown color: approx Mexican Red. HEX triplet: 9C, 3D and 34. RGB value is (156,61,52). Sum of RGB (Red+Green+Blue) = 156+61+52=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3D34 is #63C2CB. Grayscale: #585858. Windows color (decimal): -6537932 or 3423644. OLE color: 3423644.

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

Color convert

RGB1566152-
CMYK00.610.670.39
HSL5.19º50%40.78%-
HSV(B)5.19º66.67%61.18%-
XYZ1610.654.46-
YUV88.38107.47176.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.99%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=57.99%
G=22.68%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156615200.610.670.395.195040.78
Hex9C3D3403D432753229
Octal23475640751034756251
Binary1001110011110111010001111011000011100111101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c3d34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,52); }

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

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

 a { background-color: rgb(156,61,52); }

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

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

 span { border-color: rgb(156,61,52); }

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