#703334

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

Shades of Merlot #703334

Tints of Merlot #703334

Color information

#703334 (or 0x703334) is unknown color: approx Merlot. HEX triplet: 70, 33 and 34. RGB value is (112,51,52). Sum of RGB (Red+Green+Blue) = 112+51+52=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703334 is #8FCCCB. Grayscale: #454545. Windows color (decimal): -9424076 or 3421040. OLE color: 3421040.

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

Color convert

RGB1125152-
CMYK00.540.540.56
HSL359.02º37.42%31.96%-
HSV(B)359.02º54.46%43.92%-
XYZ8.496.063.97-
YUV69.35118.21158.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=52.09%
G=23.72%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112515200.540.540.56359.0237.4231.96
Hex70333403636381672520
Octal160636406666705474540
Binary11100001100111101000110110110110111000101100111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703334; }

 p { color: rgb(112,51,52); }

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

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

 a { background-color: rgb(112,51,52); }

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

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

 span { border-color: rgb(112,51,52); }

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