#92413F

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

Shades of Mexican Red #92413F

Tints of Mexican Red #92413F

Color information

#92413F (or 0x92413F) is unknown color: approx Mexican Red. HEX triplet: 92, 41 and 3F. RGB value is (146,65,63). Sum of RGB (Red+Green+Blue) = 146+65+63=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92413F is #6DBEC0. Grayscale: #595959. Windows color (decimal): -7192257 or 4145554. OLE color: 4145554.

HSL color Cylindrical-coordinate representation of color #92413F: hue angle of 1.45º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92413F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB1466563-
CMYK00.550.570.43
HSL1.45º39.71%40.98%-
HSV(B)1.45º56.85%57.25%-
XYZ14.6410.255.91-
YUV88.99113.34168.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 63 (25% from 255) = 22.99%
R=53.28%
G=23.72%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146656300.550.570.431.4539.7140.98
Hex92413F037392B12829
Octal22210177067715315051
Binary10010010100000111111101101111110011010111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92413F; }

 p { color: rgb(146,65,63); }

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

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

 a { background-color: rgb(146,65,63); }

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

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

 span { border-color: rgb(146,65,63); }

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