#73323B

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

Shades of Merlot #73323B

Tints of Merlot #73323B

Color information

#73323B (or 0x73323B) is unknown color: approx Merlot. HEX triplet: 73, 32 and 3B. RGB value is (115,50,59). Sum of RGB (Red+Green+Blue) = 115+50+59=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73323B is #8CCDC4. Grayscale: #464646. Windows color (decimal): -9227717 or 3879539. OLE color: 3879539.

HSL color Cylindrical-coordinate representation of color #73323B: hue angle of 351.69º degrees, saturation: 0.39, 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 #73323B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1155059-
CMYK00.570.490.55
HSL351.69º39.39%32.35%-
HSV(B)351.69º56.52%45.1%-
XYZ96.244.87-
YUV70.46121.53159.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=51.34%
G=22.32%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115505900.570.490.55351.6939.3932.35
Hex73323B03931371602720
Octal163627307161675404740
Binary11100111100101110110111001110001110111101100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73323B; }

 p { color: rgb(115,50,59); }

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

<style>
 a { background-color: #73323B; }

 a { background-color: rgb(115,50,59); }

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

<style>
 span { border-color: #73323B; }

 span { border-color: rgb(115,50,59); }

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