#73343A

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

Shades of Merlot #73343A

Tints of Merlot #73343A

Color information

#73343A (or 0x73343A) is unknown color: approx Merlot. HEX triplet: 73, 34 and 3A. RGB value is (115,52,58). Sum of RGB (Red+Green+Blue) = 115+52+58=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73343A is #8CCBC5. Grayscale: #474747. Windows color (decimal): -9227206 or 3814515. OLE color: 3814515.

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

Color convert

RGB1155258-
CMYK00.550.500.55
HSL354.29º37.72%32.75%-
HSV(B)354.29º54.78%45.1%-
XYZ9.066.414.76-
YUV71.52120.37159.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=51.11%
G=23.11%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115525800.550.500.55354.2937.7232.75
Hex73343A03732371622621
Octal163647206762675424641
Binary11100111101001110100110111110010110111101100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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