#98423F

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

Shades of Mexican Red #98423F

Tints of Mexican Red #98423F

Color information

#98423F (or 0x98423F) is unknown color: approx Mexican Red. HEX triplet: 98, 42 and 3F. RGB value is (152,66,63). Sum of RGB (Red+Green+Blue) = 152+66+63=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98423F is #67BDC0. Grayscale: #5B5B5B. Windows color (decimal): -6798785 or 4145816. OLE color: 4145816.

HSL color Cylindrical-coordinate representation of color #98423F: hue angle of 2.02º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98423F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1526663-
CMYK00.570.590.40
HSL2.02º41.4%42.16%-
HSV(B)2.02º58.55%59.61%-
XYZ15.7910.935.98-
YUV91.37111.99171.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 63 (25% from 255) = 22.42%
R=54.09%
G=23.49%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152666300.570.590.402.0241.442.16
Hex98423F0393B282292a
Octal23010277071735025152
Binary100110001000010111111011100111101110100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,66,63); }

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

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

 a { background-color: rgb(152,66,63); }

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

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

 span { border-color: rgb(152,66,63); }

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