#73303A

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

Shades of Merlot #73303A

Tints of Merlot #73303A

Color information

#73303A (or 0x73303A) is unknown color: approx Merlot. HEX triplet: 73, 30 and 3A. RGB value is (115,48,58). Sum of RGB (Red+Green+Blue) = 115+48+58=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #73303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73303A is #8CCFC5. Grayscale: #454545. Windows color (decimal): -9228230 or 3813491. OLE color: 3813491.

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

Color convert

RGB1154858-
CMYK00.580.500.55
HSL351.04º41.1%31.96%-
HSV(B)351.04º58.26%45.1%-
XYZ8.896.064.7-
YUV69.17121.7160.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=52.04%
G=21.72%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115485800.580.500.55351.0441.131.96
Hex73303A03A323715f2920
Octal163607207262675375140
Binary11100111100001110100111010110010110111101011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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