#723435

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

Shades of Merlot #723435

Tints of Merlot #723435

Color information

#723435 (or 0x723435) is unknown color: approx Merlot. HEX triplet: 72, 34 and 35. RGB value is (114,52,53). Sum of RGB (Red+Green+Blue) = 114+52+53=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #723435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723435 is #8DCBCA. Grayscale: #464646. Windows color (decimal): -9292747 or 3486834. OLE color: 3486834.

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

Color convert

RGB1145253-
CMYK00.540.540.55
HSL359.03º37.35%32.55%-
HSV(B)359.03º54.39%44.71%-
XYZ8.816.294.12-
YUV70.65118.04158.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=52.05%
G=23.74%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114525300.540.540.55359.0337.3532.55
Hex72343503636371672521
Octal162646506666675474541
Binary11100101101001101010110110110110110111101100111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723435; }

 p { color: rgb(114,52,53); }

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

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

 a { background-color: rgb(114,52,53); }

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

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

 span { border-color: rgb(114,52,53); }

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