Html Css Color HEX #9C3E3D Mexican Red

📋 copy color: '#9C3E3D'

red 156 ◦ green 62 ◦ blue 61

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

Shades of Mexican Red #9C3E3D

Tints of Mexican Red #9C3E3D

RGB

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

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

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

R = 55.91%
G = 22.22%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C3E3D (or 0x9C3E3D) is known color: Mexican Red. HEX triplet: 9C, 3E and 3D. RGB value is (156,62,61). Sum of RGB (Red+Green+Blue) = 156+62+61=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3E3D is #63C1C2. Grayscale: #5A5A5A. Windows color (decimal): -6537667 or 4013724. OLE color: 4013724.

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

Color convert

RGB 156 62 61 -
CMYK 0 0.60 0.61 0.39
HSL 0.63º 0.44% 0.43% -
HSV(B) 0.63º 0.61% 0.61% -
XYZ 16.28 10.85 5.65 -
YUV 89.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 156 62 61 0 0.60 0.61 0.39 0.63 0.44 0.43
Hex 9C 3E 3D 0 3C 3D 27 1 2C 2B
Octal 234 76 75 0 74 75 47 1 54 53
Binary 10011100 111110 111101 0 111100 111101 100111 1 101100 101011

Color Harmonies of #9C3E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3E3D

Black with #9C3E3D

Text Example


Text Example

White with #9C3E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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