#703643

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

Shades of Merlot #703643

Tints of Merlot #703643

Color information

#703643 (or 0x703643) is unknown color: approx Merlot. HEX triplet: 70, 36 and 43. RGB value is (112,54,67). Sum of RGB (Red+Green+Blue) = 112+54+67=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703643 is #8FC9BC. Grayscale: #484848. Windows color (decimal): -9423293 or 4404848. OLE color: 4404848.

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

Color convert

RGB1125467-
CMYK00.520.400.56
HSL346.55º34.94%32.55%-
HSV(B)346.55º51.79%43.92%-
XYZ9.016.496.09-
YUV72.82124.72155.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=48.07%
G=23.18%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112546700.520.400.56346.5534.9432.55
Hex703643034283815b2321
Octal1606610306450705334341
Binary111000011011010000110110100101000111000101011011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703643; }

 p { color: rgb(112,54,67); }

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

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

 a { background-color: rgb(112,54,67); }

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

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

 span { border-color: rgb(112,54,67); }

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