#702F38

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

Shades of Merlot #702F38

Tints of Merlot #702F38

Color information

#702F38 (or 0x702F38) is unknown color: approx Merlot. HEX triplet: 70, 2F and 38. RGB value is (112,47,56). Sum of RGB (Red+Green+Blue) = 112+47+56=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #702F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F38 is #8FD0C7. Grayscale: #434343. Windows color (decimal): -9425096 or 3682160. OLE color: 3682160.

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

Color convert

RGB1124756-
CMYK00.580.500.56
HSL351.69º40.88%31.18%-
HSV(B)351.69º58.04%43.92%-
XYZ8.415.764.41-
YUV67.46121.53159.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 47 (18.75% from 255) = 21.86%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=52.09%
G=21.86%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112475600.580.500.56351.6940.8831.18
Hex702F3803A3238160291f
Octal160577007262705405137
Binary1110000101111111000011101011001011100010110000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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