#71333E

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

Shades of Merlot #71333E

Tints of Merlot #71333E

Color information

#71333E (or 0x71333E) is unknown color: approx Merlot. HEX triplet: 71, 33 and 3E. RGB value is (113,51,62). Sum of RGB (Red+Green+Blue) = 113+51+62=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71333E is #8ECCC1. Grayscale: #464646. Windows color (decimal): -9358530 or 4076401. OLE color: 4076401.

HSL color Cylindrical-coordinate representation of color #71333E: hue angle of 349.35º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71333E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1135162-
CMYK00.550.450.56
HSL349.35º37.8%32.16%-
HSV(B)349.35º54.87%44.31%-
XYZ8.866.235.29-
YUV70.79123.04158.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=50%
G=22.57%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113516200.550.450.56349.3537.832.16
Hex71333E0372D3815d2620
Octal161637606755705354640
Binary11100011100111111100110111101101111000101011101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71333E; }

 p { color: rgb(113,51,62); }

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

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

 a { background-color: rgb(113,51,62); }

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

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

 span { border-color: rgb(113,51,62); }

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