#703A3D

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

Shades of Merlot #703A3D

Tints of Merlot #703A3D

Color information

#703A3D (or 0x703A3D) is unknown color: approx Merlot. HEX triplet: 70, 3A and 3D. RGB value is (112,58,61). Sum of RGB (Red+Green+Blue) = 112+58+61=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A3D is #8FC5C2. Grayscale: #4A4A4A. Windows color (decimal): -9422275 or 4012656. OLE color: 4012656.

HSL color Cylindrical-coordinate representation of color #703A3D: hue angle of 356.67º 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 #703A3D is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1125861-
CMYK00.480.460.56
HSL356.67º31.76%33.33%-
HSV(B)356.67º48.21%43.92%-
XYZ9.046.815.25-
YUV74.49120.39154.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=48.48%
G=25.11%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112586100.480.460.56356.6731.7633.33
Hex703A3D0302E381652021
Octal160727506056705454041
Binary11100001110101111010110000101110111000101100101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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