#73303F

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

Shades of Merlot #73303F

Tints of Merlot #73303F

Color information

#73303F (or 0x73303F) is unknown color: approx Merlot. HEX triplet: 73, 30 and 3F. RGB value is (115,48,63). Sum of RGB (Red+Green+Blue) = 115+48+63=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73303F is #8CCFC0. Grayscale: #454545. Windows color (decimal): -9228225 or 4141171. OLE color: 4141171.

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

Color convert

RGB1154863-
CMYK00.580.450.55
HSL346.57º41.1%31.96%-
HSV(B)346.57º58.26%45.1%-
XYZ9.026.125.41-
YUV69.74124.2160.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 63 (25% from 255) = 27.88%
R=50.88%
G=21.24%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115486300.580.450.55346.5741.131.96
Hex73303F03A2D3715b2920
Octal163607707255675335140
Binary11100111100001111110111010101101110111101011011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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