#954342

Color #954342 Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #954342

Tints of Mexican Red #954342

Color information

#954342 (or 0x954342) is unknown color: approx Mexican Red. HEX triplet: 95, 43 and 42. RGB value is (149,67,66). Sum of RGB (Red+Green+Blue) = 149+67+66=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #954342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954342 is #6ABCBD. Grayscale: #5B5B5B. Windows color (decimal): -6995134 or 4342677. OLE color: 4342677.

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

Color convert

RGB1496766-
CMYK00.550.560.42
HSL0.72º38.6%42.16%-
HSV(B)0.72º55.7%58.43%-
XYZ15.3810.86.43-
YUV91.4113.67169.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=52.84%
G=23.76%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149676600.550.560.420.7238.642.16
Hex954342037382A1272a
Octal225103102067705214752
Binary100101011000011100001001101111110001010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954342; }

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

 H1.HeaderClassName
 {
   color: #954342;
 }
 .AnyTagClassName
 {
   color: #954342;
 }
</style>
background-color css

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

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

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

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

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

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