#7A3339

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

Shades of Merlot #7A3339

Tints of Merlot #7A3339

Color information

#7A3339 (or 0x7A3339) is unknown color: approx Merlot. HEX triplet: 7A, 33 and 39. RGB value is (122,51,57). Sum of RGB (Red+Green+Blue) = 122+51+57=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3339 is #85CCC6. Grayscale: #484848. Windows color (decimal): -8768711 or 3748730. OLE color: 3748730.

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

Color convert

RGB1225157-
CMYK00.580.530.52
HSL354.93º41.04%33.92%-
HSV(B)354.93º58.2%47.84%-
XYZ9.956.84.66-
YUV72.91119.02163.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=53.04%
G=22.17%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122515700.580.530.52354.9341.0433.92
Hex7A333903A35341632922
Octal172637107265645435142
Binary11110101100111110010111010110101110100101100011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,57); }

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

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

 a { background-color: rgb(122,51,57); }

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

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

 span { border-color: rgb(122,51,57); }

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