Html Css Color HEX #71313B Merlot

📋 copy color: '#71313B'

red 113 ◦ green 49 ◦ blue 59

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

Shades of Merlot #71313B

Tints of Merlot #71313B

RGB

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

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

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

R = 51.13%
G = 22.17%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71313B (or 0x71313B) is known color: Merlot. HEX triplet: 71, 31 and 3B. RGB value is (113,49,59). Sum of RGB (Red+Green+Blue) = 113+49+59=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313B is #8ECEC4. Grayscale: #454545. Windows color (decimal): -9359045 or 3879281. OLE color: 3879281.

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

Color convert

RGB 113 49 59 -
CMYK 0 0.57 0.48 0.56
HSL 350.63º 0.4% 0.32% -
HSV(B) 350.63º 0.57% 0.44% -
XYZ 8.7 6.02 4.84 -
YUV 69.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 113 49 59 0 0.57 0.48 0.56 350.63 0.4 0.32
Hex 71 31 3B 0 39 30 38 15F 28 20
Octal 161 61 73 0 71 60 70 537 50 40
Binary 1110001 110001 111011 0 111001 110000 111000 101011111 101000 100000

Color Harmonies of #71313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71313B

Black with #71313B

Text Example


Text Example

White with #71313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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