#72353A

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

Shades of Merlot #72353A

Tints of Merlot #72353A

Color information

#72353A (or 0x72353A) is unknown color: approx Merlot. HEX triplet: 72, 35 and 3A. RGB value is (114,53,58). Sum of RGB (Red+Green+Blue) = 114+53+58=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72353A is #8DCAC5. Grayscale: #474747. Windows color (decimal): -9292486 or 3814770. OLE color: 3814770.

HSL color Cylindrical-coordinate representation of color #72353A: hue angle of 355.08º 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 #72353A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1145358-
CMYK00.540.490.55
HSL355.08º36.53%32.75%-
HSV(B)355.08º53.51%44.71%-
XYZ8.986.434.77-
YUV71.81120.21158.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=50.67%
G=23.56%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114535800.540.490.55355.0836.5332.75
Hex72353A03631371632521
Octal162657206661675434541
Binary11100101101011110100110110110001110111101100011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72353A; }

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

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

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

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

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

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

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

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