Html Css Color HEX #713034 Merlot

📋 copy color: '#713034'

red 113 ◦ green 48 ◦ blue 52

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

Shades of Merlot #713034

Tints of Merlot #713034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 53.05%
G = 22.54%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713034 (or 0x713034) is known color: Merlot. HEX triplet: 71, 30 and 34. RGB value is (113,48,52). Sum of RGB (Red+Green+Blue) = 113+48+52=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #713034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713034 is #8ECFCB. Grayscale: #434343. Windows color (decimal): -9359308 or 3420273. OLE color: 3420273.

HSL color Cylindrical-coordinate representation of color #713034: hue angle of 356.31º 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 #713034 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 52 -
CMYK 0 0.58 0.54 0.56
HSL 356.31º 0.4% 0.32% -
HSV(B) 356.31º 0.58% 0.44% -
XYZ 8.49 5.87 3.94 -
YUV 67.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 113 48 52 0 0.58 0.54 0.56 356.31 0.4 0.32
Hex 71 30 34 0 3A 36 38 164 28 20
Octal 161 60 64 0 72 66 70 544 50 40
Binary 1110001 110000 110100 0 111010 110110 111000 101100100 101000 100000

Color Harmonies of #713034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713034

Black with #713034

Text Example


Text Example

White with #713034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713034; }

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

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

background-color css

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

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

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

border-color css

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

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

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