Html Css Color HEX #963E38 Mexican Red

📋 copy color: '#963E38'

red 150 ◦ green 62 ◦ blue 56

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

Shades of Mexican Red #963E38

Tints of Mexican Red #963E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 55.97%
G = 23.13%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963E38 (or 0x963E38) is known color: Mexican Red. HEX triplet: 96, 3E and 38. RGB value is (150,62,56). Sum of RGB (Red+Green+Blue) = 150+62+56=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E38 is #69C1C7. Grayscale: #575757. Windows color (decimal): -6930888 or 3686038. OLE color: 3686038.

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

Color convert

RGB 150 62 56 -
CMYK 0 0.59 0.63 0.41
HSL 3.83º 0.46% 0.4% -
HSV(B) 3.83º 0.63% 0.59% -
XYZ 15.01 10.21 4.92 -
YUV 87.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 150 62 56 0 0.59 0.63 0.41 3.83 0.46 0.4
Hex 96 3E 38 0 3B 3F 29 4 2E 28
Octal 226 76 70 0 73 77 51 4 56 50
Binary 10010110 111110 111000 0 111011 111111 101001 100 101110 101000

Color Harmonies of #963E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E38

Black with #963E38

Text Example


Text Example

White with #963E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,62,56); }

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

background-color css

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

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

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

border-color css

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

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

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