#9B3838

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

Shades of Mexican Red #9B3838

Tints of Mexican Red #9B3838

Color information

#9B3838 (or 0x9B3838) is unknown color: approx Mexican Red. HEX triplet: 9B, 38 and 38. RGB value is (155,56,56). Sum of RGB (Red+Green+Blue) = 155+56+56=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3838 is #64C7C7. Grayscale: #555555. Windows color (decimal): -6604744 or 3684507. OLE color: 3684507.

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

Color convert

RGB1555656-
CMYK00.640.640.39
HSL46.92%41.37%-
HSV(B)63.87%60.78%-
XYZ15.6510.084.86-
YUV85.6111.3177.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=58.05%
G=20.97%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155565600.640.640.39046.9241.37
Hex9B3838040402702f29
Octal233707001001004705751
Binary100110111110001110000100000010000001001110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,56); }

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

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

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

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

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

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

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