Html Css Color HEX #963A37 Mexican Red

📋 copy color: '#963A37'

red 150 ◦ green 58 ◦ blue 55

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

Shades of Mexican Red #963A37

Tints of Mexican Red #963A37

RGB

 RED value IS 150 (58.98% from 255) = 57.03%

 GREEN value IS 58 (23.05% from 255) = 22.05%

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 57.03%
G = 22.05%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963A37 (or 0x963A37) is known color: Mexican Red. HEX triplet: 96, 3A and 37. RGB value is (150,58,55). Sum of RGB (Red+Green+Blue) = 150+58+55=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #963A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A37 is #69C5C8. Grayscale: #555555. Windows color (decimal): -6931913 or 3619478. OLE color: 3619478.

HSL color Cylindrical-coordinate representation of color #963A37: hue angle of 1.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963A37 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 58 55 -
CMYK 0 0.61 0.63 0.41
HSL 1.89º 0.46% 0.4% -
HSV(B) 1.89º 0.63% 0.59% -
XYZ 14.78 9.79 4.72 -
YUV 85.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 150 58 55 0 0.61 0.63 0.41 1.89 0.46 0.4
Hex 96 3A 37 0 3D 3F 29 2 2E 28
Octal 226 72 67 0 75 77 51 2 56 50
Binary 10010110 111010 110111 0 111101 111111 101001 10 101110 101000

Color Harmonies of #963A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A37

Black with #963A37

Text Example


Text Example

White with #963A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963A37; }

 p { color: rgb(150,58,55); }

 H1.HeaderClassName
 {
   color: #963A37;
 }
 .AnyTagClassName
 {
   color: #963A37;
 }
</style>

background-color css

<style>
 a { background-color: #963A37; }

 a { background-color: rgb(150,58,55); }

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

border-color css

<style>
 span { border-color: #963A37; }

 span { border-color: rgb(150,58,55); }

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