#71363F

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

Shades of Merlot #71363F

Tints of Merlot #71363F

Color information

#71363F (or 0x71363F) is unknown color: approx Merlot. HEX triplet: 71, 36 and 3F. RGB value is (113,54,63). Sum of RGB (Red+Green+Blue) = 113+54+63=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71363F is #8EC9C0. Grayscale: #484848. Windows color (decimal): -9357761 or 4142705. OLE color: 4142705.

HSL color Cylindrical-coordinate representation of color #71363F: hue angle of 350.85º 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 #71363F is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1135463-
CMYK00.520.440.56
HSL350.85º35.33%32.75%-
HSV(B)350.85º52.21%44.31%-
XYZ9.036.515.48-
YUV72.67122.55156.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 63 (25% from 255) = 27.39%
R=49.13%
G=23.48%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113546300.520.440.56350.8535.3332.75
Hex71363F0342C3815f2321
Octal161667706454705374341
Binary11100011101101111110110100101100111000101011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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