#723038

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

Shades of Merlot #723038

Tints of Merlot #723038

Color information

#723038 (or 0x723038) is unknown color: approx Merlot. HEX triplet: 72, 30 and 38. RGB value is (114,48,56). Sum of RGB (Red+Green+Blue) = 114+48+56=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #723038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723038 is #8DCFC7. Grayscale: #444444. Windows color (decimal): -9293768 or 3682418. OLE color: 3682418.

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

Color convert

RGB1144856-
CMYK00.580.510.55
HSL352.73º40.74%31.76%-
HSV(B)352.73º57.89%44.71%-
XYZ8.715.984.44-
YUV68.65120.87160.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=52.29%
G=22.02%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114485600.580.510.55352.7340.7431.76
Hex72303803A33371612920
Octal162607007263675415140
Binary11100101100001110000111010110011110111101100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723038; }

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

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

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

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

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

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

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

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