#713438

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

Shades of Merlot #713438

Tints of Merlot #713438

Color information

#713438 (or 0x713438) is unknown color: approx Merlot. HEX triplet: 71, 34 and 38. RGB value is (113,52,56). Sum of RGB (Red+Green+Blue) = 113+52+56=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713438 is #8ECBC7. Grayscale: #464646. Windows color (decimal): -9358280 or 3683441. OLE color: 3683441.

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

Color convert

RGB1135256-
CMYK00.540.500.56
HSL356.07º36.97%32.35%-
HSV(B)356.07º53.98%44.31%-
XYZ8.756.254.49-
YUV70.69119.71158.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=51.13%
G=23.53%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113525600.540.500.56356.0736.9732.35
Hex71343803632381642520
Octal161647006662705444540
Binary11100011101001110000110110110010111000101100100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713438; }

 p { color: rgb(113,52,56); }

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

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

 a { background-color: rgb(113,52,56); }

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

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

 span { border-color: rgb(113,52,56); }

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