Html Css Color HEX #71313F Merlot

📋 copy color: '#71313F'

red 113 ◦ green 49 ◦ blue 63

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

Shades of Merlot #71313F

Tints of Merlot #71313F

RGB

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

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

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

R = 50.22%
G = 21.78%
B = 28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71313F (or 0x71313F) is known color: Merlot. HEX triplet: 71, 31 and 3F. RGB value is (113,49,63). Sum of RGB (Red+Green+Blue) = 113+49+63=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313F is #8ECEC0. Grayscale: #454545. Windows color (decimal): -9359041 or 4141425. OLE color: 4141425.

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

Color convert

RGB 113 49 63 -
CMYK 0 0.57 0.44 0.56
HSL 346.88º 0.4% 0.32% -
HSV(B) 346.88º 0.57% 0.44% -
XYZ 8.81 6.07 5.41 -
YUV 69.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 113 49 63 0 0.57 0.44 0.56 346.88 0.4 0.32
Hex 71 31 3F 0 39 2C 38 15B 28 20
Octal 161 61 77 0 71 54 70 533 50 40
Binary 1110001 110001 111111 0 111001 101100 111000 101011011 101000 100000

Color Harmonies of #71313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71313F

Black with #71313F

Text Example


Text Example

White with #71313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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