#73353F

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

Shades of Merlot #73353F

Tints of Merlot #73353F

Color information

#73353F (or 0x73353F) is unknown color: approx Merlot. HEX triplet: 73, 35 and 3F. RGB value is (115,53,63). Sum of RGB (Red+Green+Blue) = 115+53+63=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73353F is #8CCAC0. Grayscale: #484848. Windows color (decimal): -9226945 or 4142451. OLE color: 4142451.

HSL color Cylindrical-coordinate representation of color #73353F: hue angle of 350.32º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73353F is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1155363-
CMYK00.540.450.55
HSL350.32º36.9%32.94%-
HSV(B)350.32º53.91%45.1%-
XYZ9.246.555.48-
YUV72.68122.54158.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 63 (25% from 255) = 27.27%
R=49.78%
G=22.94%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115536300.540.450.55350.3236.932.94
Hex73353F0362D3715e2521
Octal163657706655675364541
Binary11100111101011111110110110101101110111101011110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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