Html Css Color HEX #713443 Merlot

📋 copy color: '#713443'

red 113 ◦ green 52 ◦ blue 67

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

Shades of Merlot #713443

Tints of Merlot #713443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.88%

R = 48.71%
G = 22.41%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#713443 (or 0x713443) is known color: Merlot. HEX triplet: 71, 34 and 43. RGB value is (113,52,67). Sum of RGB (Red+Green+Blue) = 113+52+67=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713443 is #8ECBBC. Grayscale: #474747. Windows color (decimal): -9358269 or 4404337. OLE color: 4404337.

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

Color convert

RGB 113 52 67 -
CMYK 0 0.54 0.41 0.56
HSL 345.25º 0.37% 0.32% -
HSV(B) 345.25º 0.54% 0.44% -
XYZ 9.05 6.37 6.06 -
YUV 71.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 113 52 67 0 0.54 0.41 0.56 345.25 0.37 0.32
Hex 71 34 43 0 36 29 38 159 25 20
Octal 161 64 103 0 66 51 70 531 45 40
Binary 1110001 110100 1000011 0 110110 101001 111000 101011001 100101 100000

Color Harmonies of #713443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713443

Black with #713443

Text Example


Text Example

White with #713443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713443; }

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

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

background-color css

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

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

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

border-color css

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

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

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