#722F3B

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

Shades of Merlot #722F3B

Tints of Merlot #722F3B

Color information

#722F3B (or 0x722F3B) is unknown color: approx Merlot. HEX triplet: 72, 2F and 3B. RGB value is (114,47,59). Sum of RGB (Red+Green+Blue) = 114+47+59=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #722F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F3B is #8DD0C4. Grayscale: #444444. Windows color (decimal): -9294021 or 3878770. OLE color: 3878770.

HSL color Cylindrical-coordinate representation of color #722F3B: hue angle of 349.25º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F3B is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1144759-
CMYK00.590.480.55
HSL349.25º41.61%31.57%-
HSV(B)349.25º58.77%44.71%-
XYZ8.755.934.82-
YUV68.4122.7160.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=51.82%
G=21.36%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114475900.590.480.55349.2541.6131.57
Hex722F3B03B303715d2a20
Octal162577307360675355240
Binary11100101011111110110111011110000110111101011101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F3B; }

 p { color: rgb(114,47,59); }

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

<style>
 a { background-color: #722F3B; }

 a { background-color: rgb(114,47,59); }

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

<style>
 span { border-color: #722F3B; }

 span { border-color: rgb(114,47,59); }

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