Html Css Color HEX #9A3E35 Mexican Red

📋 copy color: '#9A3E35'

red 154 ◦ green 62 ◦ blue 53

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

Shades of Mexican Red #9A3E35

Tints of Mexican Red #9A3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.05%

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 57.25%
G = 23.05%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A3E35 (or 0x9A3E35) is known color: Mexican Red. HEX triplet: 9A, 3E and 35. RGB value is (154,62,53). Sum of RGB (Red+Green+Blue) = 154+62+53=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3E35 is #65C1CA. Grayscale: #585858. Windows color (decimal): -6668747 or 3489434. OLE color: 3489434.

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

Color convert

RGB 154 62 53 -
CMYK 0 0.60 0.66 0.40
HSL 5.35º 0.49% 0.41% -
HSV(B) 5.35º 0.66% 0.6% -
XYZ 15.69 10.57 4.58 -
YUV 88.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 154 62 53 0 0.60 0.66 0.40 5.35 0.49 0.41
Hex 9A 3E 35 0 3C 42 28 5 31 29
Octal 232 76 65 0 74 102 50 5 61 51
Binary 10011010 111110 110101 0 111100 1000010 101000 101 110001 101001

Color Harmonies of #9A3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3E35

Black with #9A3E35

Text Example


Text Example

White with #9A3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,62,53); }

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

background-color css

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

 a { background-color: rgb(154,62,53); }

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

border-color css

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

 span { border-color: rgb(154,62,53); }

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