Html Css Color HEX #713442 Merlot

📋 copy color: '#713442'

red 113 ◦ green 52 ◦ blue 66

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

Shades of Merlot #713442

Tints of Merlot #713442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 48.92%
G = 22.51%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713442 (or 0x713442) is known color: Merlot. HEX triplet: 71, 34 and 42. RGB value is (113,52,66). Sum of RGB (Red+Green+Blue) = 113+52+66=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713442 is #8ECBBD. Grayscale: #474747. Windows color (decimal): -9358270 or 4338801. OLE color: 4338801.

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

Color convert

RGB 113 52 66 -
CMYK 0 0.54 0.42 0.56
HSL 346.23º 0.37% 0.32% -
HSV(B) 346.23º 0.54% 0.44% -
XYZ 9.02 6.36 5.91 -
YUV 71.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 113 52 66 0 0.54 0.42 0.56 346.23 0.37 0.32
Hex 71 34 42 0 36 2A 38 15A 25 20
Octal 161 64 102 0 66 52 70 532 45 40
Binary 1110001 110100 1000010 0 110110 101010 111000 101011010 100101 100000

Color Harmonies of #713442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713442

Black with #713442

Text Example


Text Example

White with #713442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713442; }

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

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

background-color css

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

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

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

border-color css

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

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

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