#73343C

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

Shades of Merlot #73343C

Tints of Merlot #73343C

Color information

#73343C (or 0x73343C) is unknown color: approx Merlot. HEX triplet: 73, 34 and 3C. RGB value is (115,52,60). Sum of RGB (Red+Green+Blue) = 115+52+60=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73343C is #8CCBC3. Grayscale: #474747. Windows color (decimal): -9227204 or 3945587. OLE color: 3945587.

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

Color convert

RGB1155260-
CMYK00.550.480.55
HSL352.38º37.72%32.75%-
HSV(B)352.38º54.78%45.1%-
XYZ9.116.435.04-
YUV71.75121.37158.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=50.66%
G=22.91%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115526000.550.480.55352.3837.7232.75
Hex73343C03730371602621
Octal163647406760675404641
Binary11100111101001111000110111110000110111101100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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