Html Css Color HEX #71353D Merlot

📋 copy color: '#71353D'

red 113 ◦ green 53 ◦ blue 61

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

Shades of Merlot #71353D

Tints of Merlot #71353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

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

R = 49.78%
G = 23.35%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71353D (or 0x71353D) is known color: Merlot. HEX triplet: 71, 35 and 3D. RGB value is (113,53,61). Sum of RGB (Red+Green+Blue) = 113+53+61=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71353D is #8ECAC2. Grayscale: #474747. Windows color (decimal): -9358019 or 4011377. OLE color: 4011377.

HSL color Cylindrical-coordinate representation of color #71353D: hue angle of 352º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71353D is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 61 -
CMYK 0 0.53 0.46 0.56
HSL 352º 0.36% 0.33% -
HSV(B) 352º 0.53% 0.44% -
XYZ 8.93 6.39 5.18 -
YUV 71.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 113 53 61 0 0.53 0.46 0.56 352 0.36 0.33
Hex 71 35 3D 0 35 2E 38 160 24 21
Octal 161 65 75 0 65 56 70 540 44 41
Binary 1110001 110101 111101 0 110101 101110 111000 101100000 100100 100001

Color Harmonies of #71353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71353D

Black with #71353D

Text Example


Text Example

White with #71353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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