#73333A

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

Shades of Merlot #73333A

Tints of Merlot #73333A

Color information

#73333A (or 0x73333A) is unknown color: approx Merlot. HEX triplet: 73, 33 and 3A. RGB value is (115,51,58). Sum of RGB (Red+Green+Blue) = 115+51+58=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73333A is #8CCCC5. Grayscale: #464646. Windows color (decimal): -9227462 or 3814259. OLE color: 3814259.

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

Color convert

RGB1155158-
CMYK00.560.500.55
HSL353.44º38.55%32.55%-
HSV(B)353.44º55.65%45.1%-
XYZ9.026.324.75-
YUV70.93120.7159.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=51.34%
G=22.77%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115515800.560.500.55353.4438.5532.55
Hex73333A03832371612721
Octal163637207062675414741
Binary11100111100111110100111000110010110111101100001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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