#71363B

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

Shades of Merlot #71363B

Tints of Merlot #71363B

Color information

#71363B (or 0x71363B) is unknown color: approx Merlot. HEX triplet: 71, 36 and 3B. RGB value is (113,54,59). Sum of RGB (Red+Green+Blue) = 113+54+59=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71363B is #8EC9C4. Grayscale: #484848. Windows color (decimal): -9357765 or 3880561. OLE color: 3880561.

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

Color convert

RGB1135459-
CMYK00.520.480.56
HSL354.92º35.33%32.75%-
HSV(B)354.92º52.21%44.31%-
XYZ8.926.464.92-
YUV72.21120.55157.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=50%
G=23.89%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113545900.520.480.56354.9235.3332.75
Hex71363B03430381632321
Octal161667306460705434341
Binary11100011101101110110110100110000111000101100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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