Html Css Color HEX #9D413D Mexican Red

📋 copy color: '#9D413D'

red 157 ◦ green 65 ◦ blue 61

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

Shades of Mexican Red #9D413D

Tints of Mexican Red #9D413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 55.48%
G = 22.97%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D413D (or 0x9D413D) is known color: Mexican Red. HEX triplet: 9D, 41 and 3D. RGB value is (157,65,61). Sum of RGB (Red+Green+Blue) = 157+65+61=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D413D is #62BEC2. Grayscale: #5C5C5C. Windows color (decimal): -6471363 or 4014493. OLE color: 4014493.

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

Color convert

RGB 157 65 61 -
CMYK 0 0.59 0.61 0.38
HSL 2.5º 0.44% 0.43% -
HSV(B) 2.5º 0.61% 0.62% -
XYZ 16.64 11.29 5.72 -
YUV 92.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 157 65 61 0 0.59 0.61 0.38 2.5 0.44 0.43
Hex 9D 41 3D 0 3B 3D 26 2 2C 2B
Octal 235 101 75 0 73 75 46 2 54 53
Binary 10011101 1000001 111101 0 111011 111101 100110 10 101100 101011

Color Harmonies of #9D413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D413D

Black with #9D413D

Text Example


Text Example

White with #9D413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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