Html Css Color HEX #712E3A Merlot

📋 copy color: '#712E3A'

red 113 ◦ green 46 ◦ blue 58

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

Shades of Merlot #712E3A

Tints of Merlot #712E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.2%

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 52.07%
G = 21.2%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#712E3A (or 0x712E3A) is known color: Merlot. HEX triplet: 71, 2E and 3A. RGB value is (113,46,58). Sum of RGB (Red+Green+Blue) = 113+46+58=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E3A is #8ED1C5. Grayscale: #434343. Windows color (decimal): -9359814 or 3812977. OLE color: 3812977.

HSL color Cylindrical-coordinate representation of color #712E3A: hue angle of 349.25º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E3A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 46 58 -
CMYK 0 0.59 0.49 0.56
HSL 349.25º 0.42% 0.31% -
HSV(B) 349.25º 0.59% 0.44% -
XYZ 8.55 5.77 4.67 -
YUV 67.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 113 46 58 0 0.59 0.49 0.56 349.25 0.42 0.31
Hex 71 2E 3A 0 3B 31 38 15D 2A 1F
Octal 161 56 72 0 73 61 70 535 52 37
Binary 1110001 101110 111010 0 111011 110001 111000 101011101 101010 11111

Color Harmonies of #712E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E3A

Black with #712E3A

Text Example


Text Example

White with #712E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712E3A; }

 p { color: rgb(113,46,58); }

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

background-color css

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

 a { background-color: rgb(113,46,58); }

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

border-color css

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

 span { border-color: rgb(113,46,58); }

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