#732F3B

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

Shades of Merlot #732F3B

Tints of Merlot #732F3B

Color information

#732F3B (or 0x732F3B) is unknown color: approx Merlot. HEX triplet: 73, 2F and 3B. RGB value is (115,47,59). Sum of RGB (Red+Green+Blue) = 115+47+59=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #732F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F3B is #8CD0C4. Grayscale: #444444. Windows color (decimal): -9228485 or 3878771. OLE color: 3878771.

HSL color Cylindrical-coordinate representation of color #732F3B: hue angle of 349.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F3B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1154759-
CMYK00.590.490.55
HSL349.41º41.98%31.76%-
HSV(B)349.41º59.13%45.1%-
XYZ8.885.994.83-
YUV68.7122.53161.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=52.04%
G=21.27%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115475900.590.490.55349.4141.9831.76
Hex732F3B03B313715d2a20
Octal163577307361675355240
Binary11100111011111110110111011110001110111101011101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732F3B; }

 p { color: rgb(115,47,59); }

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

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

 a { background-color: rgb(115,47,59); }

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

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

 span { border-color: rgb(115,47,59); }

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