Html Css Color HEX #71343E Merlot

📋 copy color: '#71343E'

red 113 ◦ green 52 ◦ blue 62

#71343E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #71343E

Tints of Merlot #71343E

RGB

 RED value IS 113 (44.53% from 255) = 49.78%

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 49.78%
G = 22.91%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71343E (or 0x71343E) is known color: Merlot. HEX triplet: 71, 34 and 3E. RGB value is (113,52,62). Sum of RGB (Red+Green+Blue) = 113+52+62=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71343E is #8ECBC1. Grayscale: #474747. Windows color (decimal): -9358274 or 4076657. OLE color: 4076657.

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

Color convert

RGB 113 52 62 -
CMYK 0 0.54 0.45 0.56
HSL 350.16º 0.37% 0.32% -
HSV(B) 350.16º 0.54% 0.44% -
XYZ 8.91 6.31 5.31 -
YUV 71.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 113 52 62 0 0.54 0.45 0.56 350.16 0.37 0.32
Hex 71 34 3E 0 36 2D 38 15E 25 20
Octal 161 64 76 0 66 55 70 536 45 40
Binary 1110001 110100 111110 0 110110 101101 111000 101011110 100101 100000

Color Harmonies of #71343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71343E

Black with #71343E

Text Example


Text Example

White with #71343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71343E;
 }
 .AnyTagClassName
 {
   color: #71343E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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