#993B3B

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

Shades of Mexican Red #993B3B

Tints of Mexican Red #993B3B

Color information

#993B3B (or 0x993B3B) is unknown color: approx Mexican Red. HEX triplet: 99, 3B and 3B. RGB value is (153,59,59). Sum of RGB (Red+Green+Blue) = 153+59+59=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #993B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B3B is #66C4C4. Grayscale: #575757. Windows color (decimal): -6735045 or 3881881. OLE color: 3881881.

HSL color Cylindrical-coordinate representation of color #993B3B: hue angle of 0º 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 #993B3B is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1535959-
CMYK00.610.610.4
HSL44.34%41.57%-
HSV(B)61.44%60%-
XYZ15.4910.225.29-
YUV87.11112.14175-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=56.46%
G=21.77%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153595900.610.610.4044.3441.57
Hex993B3B03D3D2802c2a
Octal2317373075755005452
Binary1001100111101111101101111011111011010000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993B3B; }

 p { color: rgb(153,59,59); }

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

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

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

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

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

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

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