Html Css Color HEX #713337 Merlot

📋 copy color: '#713337'

red 113 ◦ green 51 ◦ blue 55

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

Shades of Merlot #713337

Tints of Merlot #713337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 51.6%
G = 23.29%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#713337 (or 0x713337) is known color: Merlot. HEX triplet: 71, 33 and 37. RGB value is (113,51,55). Sum of RGB (Red+Green+Blue) = 113+51+55=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713337 is #8ECCC8. Grayscale: #464646. Windows color (decimal): -9358537 or 3617649. OLE color: 3617649.

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

Color convert

RGB 113 51 55 -
CMYK 0 0.55 0.51 0.56
HSL 356.13º 0.38% 0.32% -
HSV(B) 356.13º 0.55% 0.44% -
XYZ 8.68 6.15 4.34 -
YUV 69.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 113 51 55 0 0.55 0.51 0.56 356.13 0.38 0.32
Hex 71 33 37 0 37 33 38 164 26 20
Octal 161 63 67 0 67 63 70 544 46 40
Binary 1110001 110011 110111 0 110111 110011 111000 101100100 100110 100000

Color Harmonies of #713337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713337

Black with #713337

Text Example


Text Example

White with #713337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713337; }

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

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

background-color css

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

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

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

border-color css

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

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

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