#73373F

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

Shades of Merlot #73373F

Tints of Merlot #73373F

Color information

#73373F (or 0x73373F) is unknown color: approx Merlot. HEX triplet: 73, 37 and 3F. RGB value is (115,55,63). Sum of RGB (Red+Green+Blue) = 115+55+63=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373F is #8CC8C0. Grayscale: #494949. Windows color (decimal): -9226433 or 4142963. OLE color: 4142963.

HSL color Cylindrical-coordinate representation of color #73373F: hue angle of 352º 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 #73373F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1155563-
CMYK00.520.450.55
HSL352º35.29%33.33%-
HSV(B)352º52.17%45.1%-
XYZ9.336.745.51-
YUV73.85121.88157.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 63 (25% from 255) = 27.04%
R=49.36%
G=23.61%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115556300.520.450.5535235.2933.33
Hex73373F0342D371602321
Octal163677706455675404341
Binary11100111101111111110110100101101110111101100000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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