#72333C

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

Shades of Merlot #72333C

Tints of Merlot #72333C

Color information

#72333C (or 0x72333C) is unknown color: approx Merlot. HEX triplet: 72, 33 and 3C. RGB value is (114,51,60). Sum of RGB (Red+Green+Blue) = 114+51+60=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72333C is #8DCCC3. Grayscale: #464646. Windows color (decimal): -9292996 or 3945330. OLE color: 3945330.

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

Color convert

RGB1145160-
CMYK00.550.470.55
HSL351.43º38.18%32.35%-
HSV(B)351.43º55.26%44.71%-
XYZ8.946.275.01-
YUV70.86121.87158.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=50.67%
G=22.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114516000.550.470.55351.4338.1832.35
Hex72333C0372F3715f2620
Octal162637406757675374640
Binary11100101100111111000110111101111110111101011111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72333C; }

 p { color: rgb(114,51,60); }

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

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

 a { background-color: rgb(114,51,60); }

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

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

 span { border-color: rgb(114,51,60); }

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