Html Css Color HEX #71313E Merlot

📋 copy color: '#71313E'

red 113 ◦ green 49 ◦ blue 62

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

Shades of Merlot #71313E

Tints of Merlot #71313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

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

R = 50.45%
G = 21.88%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71313E (or 0x71313E) is known color: Merlot. HEX triplet: 71, 31 and 3E. RGB value is (113,49,62). Sum of RGB (Red+Green+Blue) = 113+49+62=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313E is #8ECEC1. Grayscale: #454545. Windows color (decimal): -9359042 or 4075889. OLE color: 4075889.

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

Color convert

RGB 113 49 62 -
CMYK 0 0.57 0.45 0.56
HSL 347.81º 0.4% 0.32% -
HSV(B) 347.81º 0.57% 0.44% -
XYZ 8.78 6.06 5.26 -
YUV 69.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 113 49 62 0 0.57 0.45 0.56 347.81 0.4 0.32
Hex 71 31 3E 0 39 2D 38 15C 28 20
Octal 161 61 76 0 71 55 70 534 50 40
Binary 1110001 110001 111110 0 111001 101101 111000 101011100 101000 100000

Color Harmonies of #71313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71313E

Black with #71313E

Text Example


Text Example

White with #71313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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