Html Css Color HEX #963737 Mexican Red

📋 copy color: '#963737'

red 150 ◦ green 55 ◦ blue 55

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

Shades of Mexican Red #963737

Tints of Mexican Red #963737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

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

R = 57.69%
G = 21.15%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963737 (or 0x963737) is known color: Mexican Red. HEX triplet: 96, 37 and 37. RGB value is (150,55,55). Sum of RGB (Red+Green+Blue) = 150+55+55=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963737 is #69C8C8. Grayscale: #535353. Windows color (decimal): -6932681 or 3618710. OLE color: 3618710.

HSL color Cylindrical-coordinate representation of color #963737: hue angle of 0º 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 #963737 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 55 -
CMYK 0 0.63 0.63 0.41
HSL 0.46% 0.4% -
HSV(B) 0.63% 0.59% -
XYZ 14.63 9.49 4.68 -
YUV 83.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 150 55 55 0 0.63 0.63 0.41 0 0.46 0.4
Hex 96 37 37 0 3F 3F 29 0 2E 28
Octal 226 67 67 0 77 77 51 0 56 50
Binary 10010110 110111 110111 0 111111 111111 101001 0 101110 101000

Color Harmonies of #963737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963737

Black with #963737

Text Example


Text Example

White with #963737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963737; }

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

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

background-color css

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

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

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

border-color css

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

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

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