Html Css Color HEX #9A3D35 Mexican Red

📋 copy color: '#9A3D35'

red 154 ◦ green 61 ◦ blue 53

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

Shades of Mexican Red #9A3D35

Tints of Mexican Red #9A3D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.76%

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

R = 57.46%
G = 22.76%
B = 19.78%

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

#9A3D35 (or 0x9A3D35) is known color: Mexican Red. HEX triplet: 9A, 3D and 35. RGB value is (154,61,53). Sum of RGB (Red+Green+Blue) = 154+61+53=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3D35 is #65C2CA. Grayscale: #585858. Windows color (decimal): -6669003 or 3489178. OLE color: 3489178.

HSL color Cylindrical-coordinate representation of color #9A3D35: hue angle of 4.75º 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 #9A3D35 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 61 53 -
CMYK 0 0.60 0.66 0.40
HSL 4.75º 0.49% 0.41% -
HSV(B) 4.75º 0.66% 0.6% -
XYZ 15.64 10.46 4.56 -
YUV 87.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 154 61 53 0 0.60 0.66 0.40 4.75 0.49 0.41
Hex 9A 3D 35 0 3C 42 28 5 31 29
Octal 232 75 65 0 74 102 50 5 61 51
Binary 10011010 111101 110101 0 111100 1000010 101000 101 110001 101001

Color Harmonies of #9A3D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3D35

Black with #9A3D35

Text Example


Text Example

White with #9A3D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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