#71393F

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

Shades of Merlot #71393F

Tints of Merlot #71393F

Color information

#71393F (or 0x71393F) is unknown color: approx Merlot. HEX triplet: 71, 39 and 3F. RGB value is (113,57,63). Sum of RGB (Red+Green+Blue) = 113+57+63=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #71393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71393F is #8EC6C0. Grayscale: #4A4A4A. Windows color (decimal): -9356993 or 4143473. OLE color: 4143473.

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

Color convert

RGB1135763-
CMYK00.500.440.56
HSL353.57º32.94%33.33%-
HSV(B)353.57º49.56%44.31%-
XYZ9.176.85.53-
YUV74.43121.55155.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 63 (25% from 255) = 27.04%
R=48.50%
G=24.46%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113576300.500.440.56353.5732.9433.33
Hex71393F0322C381622121
Octal161717706254705424141
Binary11100011110011111110110010101100111000101100010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71393F; }

 p { color: rgb(113,57,63); }

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

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

 a { background-color: rgb(113,57,63); }

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

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

 span { border-color: rgb(113,57,63); }

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