Html Css Color HEX #963A39 Mexican Red

📋 copy color: '#963A39'

red 150 ◦ green 58 ◦ blue 57

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

Shades of Mexican Red #963A39

Tints of Mexican Red #963A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 56.6%
G = 21.89%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#963A39 (or 0x963A39) is known color: Mexican Red. HEX triplet: 96, 3A and 39. RGB value is (150,58,57). Sum of RGB (Red+Green+Blue) = 150+58+57=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #963A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A39 is #69C5C6. Grayscale: #555555. Windows color (decimal): -6931911 or 3750550. OLE color: 3750550.

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

Color convert

RGB 150 58 57 -
CMYK 0 0.61 0.62 0.41
HSL 0.65º 0.45% 0.41% -
HSV(B) 0.65º 0.62% 0.59% -
XYZ 14.83 9.81 4.98 -
YUV 85.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 150 58 57 0 0.61 0.62 0.41 0.65 0.45 0.41
Hex 96 3A 39 0 3D 3E 29 1 2D 29
Octal 226 72 71 0 75 76 51 1 55 51
Binary 10010110 111010 111001 0 111101 111110 101001 1 101101 101001

Color Harmonies of #963A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A39

Black with #963A39

Text Example


Text Example

White with #963A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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