Html Css Color HEX #713036 Merlot

📋 copy color: '#713036'

red 113 ◦ green 48 ◦ blue 54

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

Shades of Merlot #713036

Tints of Merlot #713036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.33%

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 52.56%
G = 22.33%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#713036 (or 0x713036) is known color: Merlot. HEX triplet: 71, 30 and 36. RGB value is (113,48,54). Sum of RGB (Red+Green+Blue) = 113+48+54=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713036 is #8ECFC9. Grayscale: #444444. Windows color (decimal): -9359306 or 3551345. OLE color: 3551345.

HSL color Cylindrical-coordinate representation of color #713036: hue angle of 354.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713036 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 54 -
CMYK 0 0.58 0.52 0.56
HSL 354.46º 0.4% 0.32% -
HSV(B) 354.46º 0.58% 0.44% -
XYZ 8.53 5.89 4.18 -
YUV 68.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 113 48 54 0 0.58 0.52 0.56 354.46 0.4 0.32
Hex 71 30 36 0 3A 34 38 162 28 20
Octal 161 60 66 0 72 64 70 542 50 40
Binary 1110001 110000 110110 0 111010 110100 111000 101100010 101000 100000

Color Harmonies of #713036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713036

Black with #713036

Text Example


Text Example

White with #713036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713036; }

 p { color: rgb(113,48,54); }

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

background-color css

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

 a { background-color: rgb(113,48,54); }

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

border-color css

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

 span { border-color: rgb(113,48,54); }

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