Html Css Color HEX #71343F Merlot

📋 copy color: '#71343F'

red 113 ◦ green 52 ◦ blue 63

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

Shades of Merlot #71343F

Tints of Merlot #71343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 49.56%
G = 22.81%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71343F (or 0x71343F) is known color: Merlot. HEX triplet: 71, 34 and 3F. RGB value is (113,52,63). Sum of RGB (Red+Green+Blue) = 113+52+63=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71343F is #8ECBC0. Grayscale: #474747. Windows color (decimal): -9358273 or 4142193. OLE color: 4142193.

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

Color convert

RGB 113 52 63 -
CMYK 0 0.54 0.44 0.56
HSL 349.18º 0.37% 0.32% -
HSV(B) 349.18º 0.54% 0.44% -
XYZ 8.94 6.33 5.45 -
YUV 71.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 113 52 63 0 0.54 0.44 0.56 349.18 0.37 0.32
Hex 71 34 3F 0 36 2C 38 15D 25 20
Octal 161 64 77 0 66 54 70 535 45 40
Binary 1110001 110100 111111 0 110110 101100 111000 101011101 100101 100000

Color Harmonies of #71343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71343F

Black with #71343F

Text Example


Text Example

White with #71343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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