Html Css Color HEX #71313D Merlot

📋 copy color: '#71313D'

red 113 ◦ green 49 ◦ blue 61

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

Shades of Merlot #71313D

Tints of Merlot #71313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 50.67%
G = 21.97%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71313D (or 0x71313D) is known color: Merlot. HEX triplet: 71, 31 and 3D. RGB value is (113,49,61). Sum of RGB (Red+Green+Blue) = 113+49+61=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313D is #8ECEC2. Grayscale: #454545. Windows color (decimal): -9359043 or 4010353. OLE color: 4010353.

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

Color convert

RGB 113 49 61 -
CMYK 0 0.57 0.46 0.56
HSL 348.75º 0.4% 0.32% -
HSV(B) 348.75º 0.57% 0.44% -
XYZ 8.75 6.04 5.12 -
YUV 69.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 113 49 61 0 0.57 0.46 0.56 348.75 0.4 0.32
Hex 71 31 3D 0 39 2E 38 15D 28 20
Octal 161 61 75 0 71 56 70 535 50 40
Binary 1110001 110001 111101 0 111001 101110 111000 101011101 101000 100000

Color Harmonies of #71313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71313D

Black with #71313D

Text Example


Text Example

White with #71313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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