Html Css Color HEX #71313A Merlot

📋 copy color: '#71313A'

red 113 ◦ green 49 ◦ blue 58

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

Shades of Merlot #71313A

Tints of Merlot #71313A

RGB

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

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

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

R = 51.36%
G = 22.27%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71313A (or 0x71313A) is known color: Merlot. HEX triplet: 71, 31 and 3A. RGB value is (113,49,58). Sum of RGB (Red+Green+Blue) = 113+49+58=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313A is #8ECEC5. Grayscale: #454545. Windows color (decimal): -9359046 or 3813745. OLE color: 3813745.

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

Color convert

RGB 113 49 58 -
CMYK 0 0.57 0.49 0.56
HSL 351.56º 0.4% 0.32% -
HSV(B) 351.56º 0.57% 0.44% -
XYZ 8.67 6.01 4.71 -
YUV 69.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 113 49 58 0 0.57 0.49 0.56 351.56 0.4 0.32
Hex 71 31 3A 0 39 31 38 160 28 20
Octal 161 61 72 0 71 61 70 540 50 40
Binary 1110001 110001 111010 0 111001 110001 111000 101100000 101000 100000

Color Harmonies of #71313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71313A

Black with #71313A

Text Example


Text Example

White with #71313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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