#703A3F

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

Shades of Merlot #703A3F

Tints of Merlot #703A3F

Color information

#703A3F (or 0x703A3F) is unknown color: approx Merlot. HEX triplet: 70, 3A and 3F. RGB value is (112,58,63). Sum of RGB (Red+Green+Blue) = 112+58+63=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A3F is #8FC5C0. Grayscale: #4A4A4A. Windows color (decimal): -9422273 or 4143728. OLE color: 4143728.

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

Color convert

RGB1125863-
CMYK00.480.440.56
HSL354.44º31.76%33.33%-
HSV(B)354.44º48.21%43.92%-
XYZ9.096.835.54-
YUV74.72121.39154.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 63 (25% from 255) = 27.04%
R=48.07%
G=24.89%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112586300.480.440.56354.4431.7633.33
Hex703A3F0302C381622021
Octal160727706054705424041
Binary11100001110101111110110000101100111000101100010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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