Html Css Color HEX #712E36 Merlot

📋 copy color: '#712E36'

red 113 ◦ green 46 ◦ blue 54

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

Shades of Merlot #712E36

Tints of Merlot #712E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.35%

R = 53.05%
G = 21.6%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#712E36 (or 0x712E36) is known color: Merlot. HEX triplet: 71, 2E and 36. RGB value is (113,46,54). Sum of RGB (Red+Green+Blue) = 113+46+54=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #712E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E36 is #8ED1C9. Grayscale: #424242. Windows color (decimal): -9359818 or 3550833. OLE color: 3550833.

HSL color Cylindrical-coordinate representation of color #712E36: hue angle of 352.84º 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 #712E36 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 46 54 -
CMYK 0 0.59 0.52 0.56
HSL 352.84º 0.42% 0.31% -
HSV(B) 352.84º 0.59% 0.44% -
XYZ 8.45 5.73 4.15 -
YUV 66.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 113 46 54 0 0.59 0.52 0.56 352.84 0.42 0.31
Hex 71 2E 36 0 3B 34 38 161 2A 1F
Octal 161 56 66 0 73 64 70 541 52 37
Binary 1110001 101110 110110 0 111011 110100 111000 101100001 101010 11111

Color Harmonies of #712E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E36

Black with #712E36

Text Example


Text Example

White with #712E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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