#73373E

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

Shades of Merlot #73373E

Tints of Merlot #73373E

Color information

#73373E (or 0x73373E) is unknown color: approx Merlot. HEX triplet: 73, 37 and 3E. RGB value is (115,55,62). Sum of RGB (Red+Green+Blue) = 115+55+62=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373E is #8CC8C1. Grayscale: #494949. Windows color (decimal): -9226434 or 4077427. OLE color: 4077427.

HSL color Cylindrical-coordinate representation of color #73373E: hue angle of 353º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73373E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1155562-
CMYK00.520.460.55
HSL353º35.29%33.33%-
HSV(B)353º52.17%45.1%-
XYZ9.316.735.37-
YUV73.74121.38157.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=49.57%
G=23.71%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115556200.520.460.5535335.2933.33
Hex73373E0342E371612321
Octal163677606456675414341
Binary11100111101111111100110100101110110111101100001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73373E; }

 p { color: rgb(115,55,62); }

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

<style>
 a { background-color: #73373E; }

 a { background-color: rgb(115,55,62); }

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

<style>
 span { border-color: #73373E; }

 span { border-color: rgb(115,55,62); }

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