Html Css Color HEX #712F36 Merlot

📋 copy color: '#712F36'

red 113 ◦ green 47 ◦ blue 54

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

Shades of Merlot #712F36

Tints of Merlot #712F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.96%

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

R = 52.8%
G = 21.96%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#712F36 (or 0x712F36) is known color: Merlot. HEX triplet: 71, 2F and 36. RGB value is (113,47,54). Sum of RGB (Red+Green+Blue) = 113+47+54=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #712F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F36 is #8ED0C9. Grayscale: #434343. Windows color (decimal): -9359562 or 3551089. OLE color: 3551089.

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

Color convert

RGB 113 47 54 -
CMYK 0 0.58 0.52 0.56
HSL 353.64º 0.41% 0.31% -
HSV(B) 353.64º 0.58% 0.44% -
XYZ 8.49 5.81 4.16 -
YUV 67.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 113 47 54 0 0.58 0.52 0.56 353.64 0.41 0.31
Hex 71 2F 36 0 3A 34 38 162 29 1F
Octal 161 57 66 0 72 64 70 542 51 37
Binary 1110001 101111 110110 0 111010 110100 111000 101100010 101001 11111

Color Harmonies of #712F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F36

Black with #712F36

Text Example


Text Example

White with #712F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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