Html Css Color HEX #9A423F Mexican Red

📋 copy color: '#9A423F'

red 154 ◦ green 66 ◦ blue 63

#9A423F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mexican Red #9A423F

Tints of Mexican Red #9A423F

RGB

 RED value IS 154 (60.55% from 255) = 54.42%

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 54.42%
G = 23.32%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#9A423F (or 0x9A423F) is known color: Mexican Red. HEX triplet: 9A, 42 and 3F. RGB value is (154,66,63). Sum of RGB (Red+Green+Blue) = 154+66+63=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A423F is #65BDC0. Grayscale: #5C5C5C. Windows color (decimal): -6667713 or 4145818. OLE color: 4145818.

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

Color convert

RGB 154 66 63 -
CMYK 0 0.57 0.59 0.40
HSL 1.98º 0.42% 0.43% -
HSV(B) 1.98º 0.59% 0.6% -
XYZ 16.17 11.13 6 -
YUV 91.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 154 66 63 0 0.57 0.59 0.40 1.98 0.42 0.43
Hex 9A 42 3F 0 39 3B 28 2 2A 2B
Octal 232 102 77 0 71 73 50 2 52 53
Binary 10011010 1000010 111111 0 111001 111011 101000 10 101010 101011

Color Harmonies of #9A423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A423F

Black with #9A423F

Text Example


Text Example

White with #9A423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A423F;
 }
 .AnyTagClassName
 {
   color: #9A423F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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