#993938

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

Shades of Mexican Red #993938

Tints of Mexican Red #993938

Color information

#993938 (or 0x993938) is unknown color: approx Mexican Red. HEX triplet: 99, 39 and 38. RGB value is (153,57,56). Sum of RGB (Red+Green+Blue) = 153+57+56=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #993938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993938 is #66C6C7. Grayscale: #555555. Windows color (decimal): -6735560 or 3684761. OLE color: 3684761.

HSL color Cylindrical-coordinate representation of color #993938: hue angle of 0.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993938 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1535756-
CMYK00.630.630.4
HSL0.62º46.41%40.98%-
HSV(B)0.62º63.4%60%-
XYZ15.319.984.86-
YUV85.59111.3176.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=57.52%
G=21.43%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153575600.630.630.40.6246.4140.98
Hex99393803F3F2812e29
Octal2317170077775015651
Binary1001100111100111100001111111111111010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993938; }

 p { color: rgb(153,57,56); }

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

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

 a { background-color: rgb(153,57,56); }

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

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

 span { border-color: rgb(153,57,56); }

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