#702D35

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

Shades of Merlot #702D35

Tints of Merlot #702D35

Color information

#702D35 (or 0x702D35) is unknown color: approx Merlot. HEX triplet: 70, 2D and 35. RGB value is (112,45,53). Sum of RGB (Red+Green+Blue) = 112+45+53=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D35 is #8FD2CA. Grayscale: #414141. Windows color (decimal): -9425611 or 3485040. OLE color: 3485040.

HSL color Cylindrical-coordinate representation of color #702D35: hue angle of 352.84º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D35 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1124553-
CMYK00.600.530.56
HSL352.84º42.68%30.78%-
HSV(B)352.84º59.82%43.92%-
XYZ8.265.584.01-
YUV65.94120.7160.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=53.33%
G=21.43%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112455300.600.530.56352.8442.6830.78
Hex702D3503C35381612b1f
Octal160556507465705415337
Binary1110000101101110101011110011010111100010110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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