#702F35

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

Shades of Merlot #702F35

Tints of Merlot #702F35

Color information

#702F35 (or 0x702F35) is unknown color: approx Merlot. HEX triplet: 70, 2F and 35. RGB value is (112,47,53). Sum of RGB (Red+Green+Blue) = 112+47+53=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #702F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F35 is #8FD0CA. Grayscale: #434343. Windows color (decimal): -9425099 or 3485552. OLE color: 3485552.

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

Color convert

RGB1124753-
CMYK00.580.530.56
HSL354.46º40.88%31.18%-
HSV(B)354.46º58.04%43.92%-
XYZ8.345.734.04-
YUV67.12120.03160.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 53 (21.09% from 255) = 25%
R=52.83%
G=22.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112475300.580.530.56354.4640.8831.18
Hex702F3503A3538162291f
Octal160576507265705425137
Binary1110000101111110101011101011010111100010110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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