Html Css Color HEX #71343A Merlot

📋 copy color: '#71343A'

red 113 ◦ green 52 ◦ blue 58

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

Shades of Merlot #71343A

Tints of Merlot #71343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 50.67%
G = 23.32%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71343A (or 0x71343A) is known color: Merlot. HEX triplet: 71, 34 and 3A. RGB value is (113,52,58). Sum of RGB (Red+Green+Blue) = 113+52+58=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71343A is #8ECBC5. Grayscale: #464646. Windows color (decimal): -9358278 or 3814513. OLE color: 3814513.

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

Color convert

RGB 113 52 58 -
CMYK 0 0.54 0.49 0.56
HSL 354.1º 0.37% 0.32% -
HSV(B) 354.1º 0.54% 0.44% -
XYZ 8.8 6.27 4.75 -
YUV 70.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 113 52 58 0 0.54 0.49 0.56 354.1 0.37 0.32
Hex 71 34 3A 0 36 31 38 162 25 20
Octal 161 64 72 0 66 61 70 542 45 40
Binary 1110001 110100 111010 0 110110 110001 111000 101100010 100101 100000

Color Harmonies of #71343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71343A

Black with #71343A

Text Example


Text Example

White with #71343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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