Html Css Color HEX #713438 Merlot

📋 copy color: '#713438'

red 113 ◦ green 52 ◦ blue 56

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

Shades of Merlot #713438

Tints of Merlot #713438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 51.13%
G = 23.53%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713438 (or 0x713438) is known color: Merlot. HEX triplet: 71, 34 and 38. RGB value is (113,52,56). Sum of RGB (Red+Green+Blue) = 113+52+56=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713438 is #8ECBC7. Grayscale: #464646. Windows color (decimal): -9358280 or 3683441. OLE color: 3683441.

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

Color convert

RGB 113 52 56 -
CMYK 0 0.54 0.50 0.56
HSL 356.07º 0.37% 0.32% -
HSV(B) 356.07º 0.54% 0.44% -
XYZ 8.75 6.25 4.49 -
YUV 70.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 113 52 56 0 0.54 0.50 0.56 356.07 0.37 0.32
Hex 71 34 38 0 36 32 38 164 25 20
Octal 161 64 70 0 66 62 70 544 45 40
Binary 1110001 110100 111000 0 110110 110010 111000 101100100 100101 100000

Color Harmonies of #713438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713438

Black with #713438

Text Example


Text Example

White with #713438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713438; }

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

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

background-color css

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

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

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

border-color css

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

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

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