#71303B

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

Shades of Merlot #71303B

Tints of Merlot #71303B

Color information

#71303B (or 0x71303B) is unknown color: approx Merlot. HEX triplet: 71, 30 and 3B. RGB value is (113,48,59). Sum of RGB (Red+Green+Blue) = 113+48+59=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71303B is #8ECFC4. Grayscale: #444444. Windows color (decimal): -9359301 or 3879025. OLE color: 3879025.

HSL color Cylindrical-coordinate representation of color #71303B: hue angle of 349.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71303B is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1134859-
CMYK00.580.480.56
HSL349.85º40.37%31.57%-
HSV(B)349.85º57.52%44.31%-
XYZ8.665.944.83-
YUV68.69122.53159.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=51.36%
G=21.82%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113485900.580.480.56349.8540.3731.57
Hex71303B03A303815e2820
Octal161607307260705365040
Binary11100011100001110110111010110000111000101011110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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