#703A3E

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

Shades of Merlot #703A3E

Tints of Merlot #703A3E

Color information

#703A3E (or 0x703A3E) is unknown color: approx Merlot. HEX triplet: 70, 3A and 3E. RGB value is (112,58,62). Sum of RGB (Red+Green+Blue) = 112+58+62=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A3E is #8FC5C1. Grayscale: #4A4A4A. Windows color (decimal): -9422274 or 4078192. OLE color: 4078192.

HSL color Cylindrical-coordinate representation of color #703A3E: hue angle of 355.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A3E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1125862-
CMYK00.480.450.56
HSL355.56º31.76%33.33%-
HSV(B)355.56º48.21%43.92%-
XYZ9.066.825.4-
YUV74.6120.89154.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=48.28%
G=25%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112586200.480.450.56355.5631.7633.33
Hex703A3E0302D381642021
Octal160727606055705444041
Binary11100001110101111100110000101101111000101100100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A3E; }

 p { color: rgb(112,58,62); }

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

<style>
 a { background-color: #703A3E; }

 a { background-color: rgb(112,58,62); }

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

<style>
 span { border-color: #703A3E; }

 span { border-color: rgb(112,58,62); }

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