Html Css Color HEX #71343B Merlot

📋 copy color: '#71343B'

red 113 ◦ green 52 ◦ blue 59

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

Shades of Merlot #71343B

Tints of Merlot #71343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 50.45%
G = 23.21%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71343B (or 0x71343B) is known color: Merlot. HEX triplet: 71, 34 and 3B. RGB value is (113,52,59). Sum of RGB (Red+Green+Blue) = 113+52+59=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71343B is #8ECBC4. Grayscale: #474747. Windows color (decimal): -9358277 or 3880049. OLE color: 3880049.

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

Color convert

RGB 113 52 59 -
CMYK 0 0.54 0.48 0.56
HSL 353.11º 0.37% 0.32% -
HSV(B) 353.11º 0.54% 0.44% -
XYZ 8.83 6.28 4.89 -
YUV 71.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 113 52 59 0 0.54 0.48 0.56 353.11 0.37 0.32
Hex 71 34 3B 0 36 30 38 161 25 20
Octal 161 64 73 0 66 60 70 541 45 40
Binary 1110001 110100 111011 0 110110 110000 111000 101100001 100101 100000

Color Harmonies of #71343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71343B

Black with #71343B

Text Example


Text Example

White with #71343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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