Html Css Color HEX #71343D Merlot

📋 copy color: '#71343D'

red 113 ◦ green 52 ◦ blue 61

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

Shades of Merlot #71343D

Tints of Merlot #71343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 50%
G = 23.01%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71343D (or 0x71343D) is known color: Merlot. HEX triplet: 71, 34 and 3D. RGB value is (113,52,61). Sum of RGB (Red+Green+Blue) = 113+52+61=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71343D is #8ECBC2. Grayscale: #474747. Windows color (decimal): -9358275 or 4011121. OLE color: 4011121.

HSL color Cylindrical-coordinate representation of color #71343D: hue angle of 351.15º 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 #71343D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 61 -
CMYK 0 0.54 0.46 0.56
HSL 351.15º 0.37% 0.32% -
HSV(B) 351.15º 0.54% 0.44% -
XYZ 8.88 6.3 5.16 -
YUV 71.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 113 52 61 0 0.54 0.46 0.56 351.15 0.37 0.32
Hex 71 34 3D 0 36 2E 38 15F 25 20
Octal 161 64 75 0 66 56 70 537 45 40
Binary 1110001 110100 111101 0 110110 101110 111000 101011111 100101 100000

Color Harmonies of #71343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71343D

Black with #71343D

Text Example


Text Example

White with #71343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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