#702F36

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

Shades of Merlot #702F36

Tints of Merlot #702F36

Color information

#702F36 (or 0x702F36) is unknown color: approx Merlot. HEX triplet: 70, 2F and 36. RGB value is (112,47,54). Sum of RGB (Red+Green+Blue) = 112+47+54=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F36 is #8FD0C9. Grayscale: #434343. Windows color (decimal): -9425098 or 3551088. OLE color: 3551088.

HSL color Cylindrical-coordinate representation of color #702F36: hue angle of 353.54º 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 #702F36 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1124754-
CMYK00.580.520.56
HSL353.54º40.88%31.18%-
HSV(B)353.54º58.04%43.92%-
XYZ8.365.744.16-
YUV67.23120.53159.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=52.58%
G=22.07%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112475400.580.520.56353.5440.8831.18
Hex702F3603A3438162291f
Octal160576607264705425137
Binary1110000101111110110011101011010011100010110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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