Html Css Color HEX #713237 Merlot

📋 copy color: '#713237'

red 113 ◦ green 50 ◦ blue 55

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

Shades of Merlot #713237

Tints of Merlot #713237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 51.83%
G = 22.94%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#713237 (or 0x713237) is known color: Merlot. HEX triplet: 71, 32 and 37. RGB value is (113,50,55). Sum of RGB (Red+Green+Blue) = 113+50+55=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #713237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713237 is #8ECDC8. Grayscale: #454545. Windows color (decimal): -9358793 or 3617393. OLE color: 3617393.

HSL color Cylindrical-coordinate representation of color #713237: hue angle of 355.24º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713237 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 55 -
CMYK 0 0.56 0.51 0.56
HSL 355.24º 0.39% 0.32% -
HSV(B) 355.24º 0.56% 0.44% -
XYZ 8.64 6.07 4.33 -
YUV 69.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 113 50 55 0 0.56 0.51 0.56 355.24 0.39 0.32
Hex 71 32 37 0 38 33 38 163 27 20
Octal 161 62 67 0 70 63 70 543 47 40
Binary 1110001 110010 110111 0 111000 110011 111000 101100011 100111 100000

Color Harmonies of #713237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713237

Black with #713237

Text Example


Text Example

White with #713237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713237; }

 p { color: rgb(113,50,55); }

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

background-color css

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

 a { background-color: rgb(113,50,55); }

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

border-color css

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

 span { border-color: rgb(113,50,55); }

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