#723738

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

Shades of Merlot #723738

Tints of Merlot #723738

Color information

#723738 (or 0x723738) is unknown color: approx Merlot. HEX triplet: 72, 37 and 38. RGB value is (114,55,56). Sum of RGB (Red+Green+Blue) = 114+55+56=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #723738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723738 is #8DC8C7. Grayscale: #484848. Windows color (decimal): -9291976 or 3684210. OLE color: 3684210.

HSL color Cylindrical-coordinate representation of color #723738: hue angle of 358.98º 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 #723738 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1145556-
CMYK00.520.510.55
HSL358.98º34.91%33.14%-
HSV(B)358.98º51.75%44.71%-
XYZ9.026.64.54-
YUV72.76118.55157.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=50.67%
G=24.44%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114555600.520.510.55358.9834.9133.14
Hex72373803433371672321
Octal162677006463675474341
Binary11100101101111110000110100110011110111101100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723738; }

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

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

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

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

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

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

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

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