Html Css Color HEX #9D3E35 Mexican Red

📋 copy color: '#9D3E35'

red 157 ◦ green 62 ◦ blue 53

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

Shades of Mexican Red #9D3E35

Tints of Mexican Red #9D3E35

RGB

 RED value IS 157 (61.72% from 255) = 57.72%

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

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

R = 57.72%
G = 22.79%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9D3E35 (or 0x9D3E35) is known color: Mexican Red. HEX triplet: 9D, 3E and 35. RGB value is (157,62,53). Sum of RGB (Red+Green+Blue) = 157+62+53=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3E35 is #62C1CA. Grayscale: #595959. Windows color (decimal): -6472139 or 3489437. OLE color: 3489437.

HSL color Cylindrical-coordinate representation of color #9D3E35: hue angle of 5.19º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3E35 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 62 53 -
CMYK 0 0.61 0.66 0.38
HSL 5.19º 0.5% 0.41% -
HSV(B) 5.19º 0.66% 0.62% -
XYZ 16.27 10.87 4.61 -
YUV 89.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 157 62 53 0 0.61 0.66 0.38 5.19 0.5 0.41
Hex 9D 3E 35 0 3D 42 26 5 32 29
Octal 235 76 65 0 75 102 46 5 62 51
Binary 10011101 111110 110101 0 111101 1000010 100110 101 110010 101001

Color Harmonies of #9D3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3E35

Black with #9D3E35

Text Example


Text Example

White with #9D3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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