Html Css Color HEX #964342 Mexican Red

📋 copy color: '#964342'

red 150 ◦ green 67 ◦ blue 66

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

Shades of Mexican Red #964342

Tints of Mexican Red #964342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 53%
G = 23.67%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#964342 (or 0x964342) is known color: Mexican Red. HEX triplet: 96, 43 and 42. RGB value is (150,67,66). Sum of RGB (Red+Green+Blue) = 150+67+66=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #964342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964342 is #69BCBD. Grayscale: #5B5B5B. Windows color (decimal): -6929598 or 4342678. OLE color: 4342678.

HSL color Cylindrical-coordinate representation of color #964342: hue angle of 0.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964342 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 66 -
CMYK 0 0.55 0.56 0.41
HSL 0.71º 0.39% 0.42% -
HSV(B) 0.71º 0.56% 0.59% -
XYZ 15.57 10.89 6.44 -
YUV 91.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 150 67 66 0 0.55 0.56 0.41 0.71 0.39 0.42
Hex 96 43 42 0 37 38 29 1 27 2A
Octal 226 103 102 0 67 70 51 1 47 52
Binary 10010110 1000011 1000010 0 110111 111000 101001 1 100111 101010

Color Harmonies of #964342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964342

Black with #964342

Text Example


Text Example

White with #964342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964342; }

 p { color: rgb(150,67,66); }

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

background-color css

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

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

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

border-color css

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

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

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