#703A3C

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

Shades of Merlot #703A3C

Tints of Merlot #703A3C

Color information

#703A3C (or 0x703A3C) is unknown color: approx Merlot. HEX triplet: 70, 3A and 3C. RGB value is (112,58,60). Sum of RGB (Red+Green+Blue) = 112+58+60=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A3C is #8FC5C3. Grayscale: #4A4A4A. Windows color (decimal): -9422276 or 3947120. OLE color: 3947120.

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

Color convert

RGB1125860-
CMYK00.480.460.56
HSL357.78º31.76%33.33%-
HSV(B)357.78º48.21%43.92%-
XYZ9.016.85.11-
YUV74.37119.89154.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=48.70%
G=25.22%
B=26.09%

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
Decimal112586000.480.460.56357.7831.7633.33
Hex703A3C0302E381662021
Octal160727406056705464041
Binary11100001110101111000110000101110111000101100110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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