Html Css Color HEX #9D413C Mexican Red

📋 copy color: '#9D413C'

red 157 ◦ green 65 ◦ blue 60

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

Shades of Mexican Red #9D413C

Tints of Mexican Red #9D413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 55.67%
G = 23.05%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D413C (or 0x9D413C) is known color: Mexican Red. HEX triplet: 9D, 41 and 3C. RGB value is (157,65,60). Sum of RGB (Red+Green+Blue) = 157+65+60=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D413C is #62BEC3. Grayscale: #5C5C5C. Windows color (decimal): -6471364 or 3948957. OLE color: 3948957.

HSL color Cylindrical-coordinate representation of color #9D413C: hue angle of 3.09º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D413C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 65 60 -
CMYK 0 0.59 0.62 0.38
HSL 3.09º 0.45% 0.43% -
HSV(B) 3.09º 0.62% 0.62% -
XYZ 16.61 11.27 5.58 -
YUV 91.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 157 65 60 0 0.59 0.62 0.38 3.09 0.45 0.43
Hex 9D 41 3C 0 3B 3E 26 3 2D 2B
Octal 235 101 74 0 73 76 46 3 55 53
Binary 10011101 1000001 111100 0 111011 111110 100110 11 101101 101011

Color Harmonies of #9D413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D413C

Black with #9D413C

Text Example


Text Example

White with #9D413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,60); }

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

background-color css

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

 a { background-color: rgb(157,65,60); }

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

border-color css

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

 span { border-color: rgb(157,65,60); }

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