#723638

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

Shades of Merlot #723638

Tints of Merlot #723638

Color information

#723638 (or 0x723638) is unknown color: approx Merlot. HEX triplet: 72, 36 and 38. RGB value is (114,54,56). Sum of RGB (Red+Green+Blue) = 114+54+56=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #723638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723638 is #8DC9C7. Grayscale: #484848. Windows color (decimal): -9292232 or 3683954. OLE color: 3683954.

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

Color convert

RGB1145456-
CMYK00.530.510.55
HSL358º35.71%32.94%-
HSV(B)358º52.63%44.71%-
XYZ8.976.54.52-
YUV72.17118.88157.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 56 (22.27% from 255) = 25%
R=50.89%
G=24.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114545600.530.510.5535835.7132.94
Hex72363803533371662421
Octal162667006563675464441
Binary11100101101101110000110101110011110111101100110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723638; }

 p { color: rgb(114,54,56); }

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

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

 a { background-color: rgb(114,54,56); }

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

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

 span { border-color: rgb(114,54,56); }

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