Html Css Color HEX #9A4341 Mexican Red

📋 copy color: '#9A4341'

red 154 ◦ green 67 ◦ blue 65

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

Shades of Mexican Red #9A4341

Tints of Mexican Red #9A4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 53.85%
G = 23.43%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#9A4341 (or 0x9A4341) is known color: Mexican Red. HEX triplet: 9A, 43 and 41. RGB value is (154,67,65). Sum of RGB (Red+Green+Blue) = 154+67+65=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4341 is #65BCBE. Grayscale: #5C5C5C. Windows color (decimal): -6667455 or 4277146. OLE color: 4277146.

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

Color convert

RGB 154 67 65 -
CMYK 0 0.56 0.58 0.40
HSL 1.35º 0.41% 0.43% -
HSV(B) 1.35º 0.58% 0.6% -
XYZ 16.29 11.27 6.32 -
YUV 92.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 154 67 65 0 0.56 0.58 0.40 1.35 0.41 0.43
Hex 9A 43 41 0 38 3A 28 1 29 2B
Octal 232 103 101 0 70 72 50 1 51 53
Binary 10011010 1000011 1000001 0 111000 111010 101000 1 101001 101011

Color Harmonies of #9A4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4341

Black with #9A4341

Text Example


Text Example

White with #9A4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,67,65); }

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

background-color css

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

 a { background-color: rgb(154,67,65); }

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

border-color css

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

 span { border-color: rgb(154,67,65); }

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