Html Css Color HEX #712C36 Merlot

📋 copy color: '#712C36'

red 113 ◦ green 44 ◦ blue 54

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

Shades of Merlot #712C36

Tints of Merlot #712C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

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

R = 53.55%
G = 20.85%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#712C36 (or 0x712C36) is known color: Merlot. HEX triplet: 71, 2C and 36. RGB value is (113,44,54). Sum of RGB (Red+Green+Blue) = 113+44+54=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #712C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C36 is #8ED3C9. Grayscale: #414141. Windows color (decimal): -9360330 or 3550321. OLE color: 3550321.

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

Color convert

RGB 113 44 54 -
CMYK 0 0.61 0.52 0.56
HSL 351.3º 0.44% 0.31% -
HSV(B) 351.3º 0.61% 0.44% -
XYZ 8.38 5.58 4.13 -
YUV 65.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 113 44 54 0 0.61 0.52 0.56 351.3 0.44 0.31
Hex 71 2C 36 0 3D 34 38 15F 2C 1F
Octal 161 54 66 0 75 64 70 537 54 37
Binary 1110001 101100 110110 0 111101 110100 111000 101011111 101100 11111

Color Harmonies of #712C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C36

Black with #712C36

Text Example


Text Example

White with #712C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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