#703738

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

Shades of Merlot #703738

Tints of Merlot #703738

Color information

#703738 (or 0x703738) is unknown color: approx Merlot. HEX triplet: 70, 37 and 38. RGB value is (112,55,56). Sum of RGB (Red+Green+Blue) = 112+55+56=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703738 is #8FC8C7. Grayscale: #484848. Windows color (decimal): -9423048 or 3684208. OLE color: 3684208.

HSL color Cylindrical-coordinate representation of color #703738: hue angle of 358.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703738 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1125556-
CMYK00.510.500.56
HSL358.95º34.13%32.75%-
HSV(B)358.95º50.89%43.92%-
XYZ8.766.464.53-
YUV72.16118.88156.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=50.22%
G=24.66%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112555600.510.500.56358.9534.1332.75
Hex70373803332381672221
Octal160677006362705474241
Binary11100001101111110000110011110010111000101100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703738; }

 p { color: rgb(112,55,56); }

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

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

 a { background-color: rgb(112,55,56); }

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

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

 span { border-color: rgb(112,55,56); }

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