#703341

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

Shades of Merlot #703341

Tints of Merlot #703341

Color information

#703341 (or 0x703341) is unknown color: approx Merlot. HEX triplet: 70, 33 and 41. RGB value is (112,51,65). Sum of RGB (Red+Green+Blue) = 112+51+65=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703341 is #8FCCBE. Grayscale: #464646. Windows color (decimal): -9424063 or 4273008. OLE color: 4273008.

HSL color Cylindrical-coordinate representation of color #703341: hue angle of 346.23º 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 #703341 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1125165-
CMYK00.540.420.56
HSL346.23º37.42%31.96%-
HSV(B)346.23º54.46%43.92%-
XYZ8.826.195.73-
YUV70.83124.71157.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=49.12%
G=22.37%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112516500.540.420.56346.2337.4231.96
Hex7033410362A3815a2520
Octal1606310106652705324540
Binary111000011001110000010110110101010111000101011010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703341; }

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

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

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

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

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

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

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

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