#73323C

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

Shades of Merlot #73323C

Tints of Merlot #73323C

Color information

#73323C (or 0x73323C) is unknown color: approx Merlot. HEX triplet: 73, 32 and 3C. RGB value is (115,50,60). Sum of RGB (Red+Green+Blue) = 115+50+60=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73323C is #8CCDC3. Grayscale: #464646. Windows color (decimal): -9227716 or 3945075. OLE color: 3945075.

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

Color convert

RGB1155060-
CMYK00.570.480.55
HSL350.77º39.39%32.35%-
HSV(B)350.77º56.52%45.1%-
XYZ9.036.255.01-
YUV70.58122.03159.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=51.11%
G=22.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115506000.570.480.55350.7739.3932.35
Hex73323C039303715f2720
Octal163627407160675374740
Binary11100111100101111000111001110000110111101011111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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