#73373B

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

Shades of Merlot #73373B

Tints of Merlot #73373B

Color information

#73373B (or 0x73373B) is unknown color: approx Merlot. HEX triplet: 73, 37 and 3B. RGB value is (115,55,59). Sum of RGB (Red+Green+Blue) = 115+55+59=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373B is #8CC8C4. Grayscale: #494949. Windows color (decimal): -9226437 or 3880819. OLE color: 3880819.

HSL color Cylindrical-coordinate representation of color #73373B: hue angle of 356º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73373B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1155559-
CMYK00.520.490.55
HSL356º35.29%33.33%-
HSV(B)356º52.17%45.1%-
XYZ9.236.694.94-
YUV73.4119.88157.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=50.22%
G=24.02%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115555900.520.490.5535635.2933.33
Hex73373B03431371642321
Octal163677306461675444341
Binary11100111101111110110110100110001110111101100100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73373B; }

 p { color: rgb(115,55,59); }

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

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

 a { background-color: rgb(115,55,59); }

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

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

 span { border-color: rgb(115,55,59); }

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