#73313A

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

Shades of Merlot #73313A

Tints of Merlot #73313A

Color information

#73313A (or 0x73313A) is unknown color: approx Merlot. HEX triplet: 73, 31 and 3A. RGB value is (115,49,58). Sum of RGB (Red+Green+Blue) = 115+49+58=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73313A is #8CCEC5. Grayscale: #454545. Windows color (decimal): -9227974 or 3813747. OLE color: 3813747.

HSL color Cylindrical-coordinate representation of color #73313A: hue angle of 351.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73313A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1154958-
CMYK00.570.500.55
HSL351.82º40.24%32.16%-
HSV(B)351.82º57.39%45.1%-
XYZ8.936.154.72-
YUV69.76121.37160.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=51.80%
G=22.07%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115495800.570.500.55351.8240.2432.16
Hex73313A03932371602820
Octal163617207162675405040
Binary11100111100011110100111001110010110111101100000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73313A; }

 p { color: rgb(115,49,58); }

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

<style>
 a { background-color: #73313A; }

 a { background-color: rgb(115,49,58); }

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

<style>
 span { border-color: #73313A; }

 span { border-color: rgb(115,49,58); }

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