#7A373A

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

Shades of Merlot #7A373A

Tints of Merlot #7A373A

Color information

#7A373A (or 0x7A373A) is unknown color: approx Merlot. HEX triplet: 7A, 37 and 3A. RGB value is (122,55,58). Sum of RGB (Red+Green+Blue) = 122+55+58=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A373A is #85C8C5. Grayscale: #4B4B4B. Windows color (decimal): -8767686 or 3815290. OLE color: 3815290.

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

Color convert

RGB1225558-
CMYK00.550.520.52
HSL357.31º37.85%34.71%-
HSV(B)357.31º54.92%47.84%-
XYZ10.167.184.85-
YUV75.38118.2161.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.91%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=51.91%
G=23.40%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122555800.550.520.52357.3137.8534.71
Hex7A373A03734341652623
Octal172677206764645454643
Binary11110101101111110100110111110100110100101100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,55,58); }

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

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

 a { background-color: rgb(122,55,58); }

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

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

 span { border-color: rgb(122,55,58); }

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