#73333D

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

Shades of Merlot #73333D

Tints of Merlot #73333D

Color information

#73333D (or 0x73333D) is unknown color: approx Merlot. HEX triplet: 73, 33 and 3D. RGB value is (115,51,61). Sum of RGB (Red+Green+Blue) = 115+51+61=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73333D is #8CCCC2. Grayscale: #474747. Windows color (decimal): -9227459 or 4010867. OLE color: 4010867.

HSL color Cylindrical-coordinate representation of color #73333D: hue angle of 350.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73333D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1155161-
CMYK00.560.470.55
HSL350.62º38.55%32.55%-
HSV(B)350.62º55.65%45.1%-
XYZ9.16.355.16-
YUV71.28122.2159.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=50.66%
G=22.47%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115516100.560.470.55350.6238.5532.55
Hex73333D0382F3715f2721
Octal163637507057675374741
Binary11100111100111111010111000101111110111101011111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73333D; }

 p { color: rgb(115,51,61); }

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

<style>
 a { background-color: #73333D; }

 a { background-color: rgb(115,51,61); }

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

<style>
 span { border-color: #73333D; }

 span { border-color: rgb(115,51,61); }

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