Html Css Color HEX #9C413E Mexican Red

📋 copy color: '#9C413E'

red 156 ◦ green 65 ◦ blue 62

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

Shades of Mexican Red #9C413E

Tints of Mexican Red #9C413E

RGB

 RED value IS 156 (61.33% from 255) = 55.12%

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

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 55.12%
G = 22.97%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C413E (or 0x9C413E) is known color: Mexican Red. HEX triplet: 9C, 41 and 3E. RGB value is (156,65,62). Sum of RGB (Red+Green+Blue) = 156+65+62=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C413E is #63BEC1. Grayscale: #5B5B5B. Windows color (decimal): -6536898 or 4080028. OLE color: 4080028.

HSL color Cylindrical-coordinate representation of color #9C413E: hue angle of 1.91º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C413E is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 65 62 -
CMYK 0 0.58 0.60 0.39
HSL 1.91º 0.43% 0.43% -
HSV(B) 1.91º 0.6% 0.61% -
XYZ 16.47 11.2 5.85 -
YUV 91.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 156 65 62 0 0.58 0.60 0.39 1.91 0.43 0.43
Hex 9C 41 3E 0 3A 3C 27 2 2B 2B
Octal 234 101 76 0 72 74 47 2 53 53
Binary 10011100 1000001 111110 0 111010 111100 100111 10 101011 101011

Color Harmonies of #9C413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C413E

Black with #9C413E

Text Example


Text Example

White with #9C413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,62); }

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

background-color css

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

 a { background-color: rgb(156,65,62); }

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

border-color css

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

 span { border-color: rgb(156,65,62); }

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