Html Css Color HEX #713334 Merlot

📋 copy color: '#713334'

red 113 ◦ green 51 ◦ blue 52

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

Shades of Merlot #713334

Tints of Merlot #713334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 52.31%
G = 23.61%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713334 (or 0x713334) is known color: Merlot. HEX triplet: 71, 33 and 34. RGB value is (113,51,52). Sum of RGB (Red+Green+Blue) = 113+51+52=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #713334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713334 is #8ECCCB. Grayscale: #454545. Windows color (decimal): -9358540 or 3421041. OLE color: 3421041.

HSL color Cylindrical-coordinate representation of color #713334: hue angle of 359.03º 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 #713334 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 52 -
CMYK 0 0.55 0.54 0.56
HSL 359.03º 0.38% 0.32% -
HSV(B) 359.03º 0.55% 0.44% -
XYZ 8.61 6.13 3.98 -
YUV 69.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 113 51 52 0 0.55 0.54 0.56 359.03 0.38 0.32
Hex 71 33 34 0 37 36 38 167 26 20
Octal 161 63 64 0 67 66 70 547 46 40
Binary 1110001 110011 110100 0 110111 110110 111000 101100111 100110 100000

Color Harmonies of #713334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713334

Black with #713334

Text Example


Text Example

White with #713334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713334; }

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

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

background-color css

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

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

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

border-color css

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

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

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