#702F37

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

Shades of Merlot #702F37

Tints of Merlot #702F37

Color information

#702F37 (or 0x702F37) is unknown color: approx Merlot. HEX triplet: 70, 2F and 37. RGB value is (112,47,55). Sum of RGB (Red+Green+Blue) = 112+47+55=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F37 is #8FD0C8. Grayscale: #434343. Windows color (decimal): -9425097 or 3616624. OLE color: 3616624.

HSL color Cylindrical-coordinate representation of color #702F37: hue angle of 352.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F37 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1124755-
CMYK00.580.510.56
HSL352.62º40.88%31.18%-
HSV(B)352.62º58.04%43.92%-
XYZ8.395.754.28-
YUV67.35121.03159.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=52.34%
G=21.96%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112475500.580.510.56352.6240.8831.18
Hex702F3703A3338161291f
Octal160576707263705415137
Binary1110000101111110111011101011001111100010110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702F37; }

 p { color: rgb(112,47,55); }

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

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

 a { background-color: rgb(112,47,55); }

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

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

 span { border-color: rgb(112,47,55); }

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