Html Css Color HEX #713842 Merlot

📋 copy color: '#713842'

red 113 ◦ green 56 ◦ blue 66

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

Shades of Merlot #713842

Tints of Merlot #713842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.83%

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

R = 48.09%
G = 23.83%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713842 (or 0x713842) is known color: Merlot. HEX triplet: 71, 38 and 42. RGB value is (113,56,66). Sum of RGB (Red+Green+Blue) = 113+56+66=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713842 is #8EC7BD. Grayscale: #4A4A4A. Windows color (decimal): -9357246 or 4339825. OLE color: 4339825.

HSL color Cylindrical-coordinate representation of color #713842: hue angle of 349.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713842 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 66 -
CMYK 0 0.50 0.42 0.56
HSL 349.47º 0.34% 0.33% -
HSV(B) 349.47º 0.5% 0.44% -
XYZ 9.21 6.73 5.97 -
YUV 74.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 113 56 66 0 0.50 0.42 0.56 349.47 0.34 0.33
Hex 71 38 42 0 32 2A 38 15D 22 21
Octal 161 70 102 0 62 52 70 535 42 41
Binary 1110001 111000 1000010 0 110010 101010 111000 101011101 100010 100001

Color Harmonies of #713842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713842

Black with #713842

Text Example


Text Example

White with #713842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713842; }

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

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

background-color css

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

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

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

border-color css

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

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

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