#7A353F

Color #7A353F Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #7A353F

Tints of Merlot #7A353F

Color information

#7A353F (or 0x7A353F) is unknown color: approx Merlot. HEX triplet: 7A, 35 and 3F. RGB value is (122,53,63). Sum of RGB (Red+Green+Blue) = 122+53+63=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A353F is #85CAC0. Grayscale: #4A4A4A. Windows color (decimal): -8768193 or 4142458. OLE color: 4142458.

HSL color Cylindrical-coordinate representation of color #7A353F: hue angle of 351.3º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A353F is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1225363-
CMYK00.570.480.52
HSL351.3º39.43%34.31%-
HSV(B)351.3º56.56%47.84%-
XYZ10.27.045.52-
YUV74.77121.36161.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.26%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 63 (25% from 255) = 26.47%
R=51.26%
G=22.27%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122536300.570.480.52351.339.4334.31
Hex7A353F039303415f2722
Octal172657707160645374742
Binary11110101101011111110111001110000110100101011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A353F; }

 p { color: rgb(122,53,63); }

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

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

 a { background-color: rgb(122,53,63); }

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

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

 span { border-color: rgb(122,53,63); }

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