Html Css Color HEX #713038 Merlot

📋 copy color: '#713038'

red 113 ◦ green 48 ◦ blue 56

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

Shades of Merlot #713038

Tints of Merlot #713038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

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

R = 52.07%
G = 22.12%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713038 (or 0x713038) is known color: Merlot. HEX triplet: 71, 30 and 38. RGB value is (113,48,56). Sum of RGB (Red+Green+Blue) = 113+48+56=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713038 is #8ECFC7. Grayscale: #444444. Windows color (decimal): -9359304 or 3682417. OLE color: 3682417.

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

Color convert

RGB 113 48 56 -
CMYK 0 0.58 0.50 0.56
HSL 352.62º 0.4% 0.32% -
HSV(B) 352.62º 0.58% 0.44% -
XYZ 8.58 5.91 4.43 -
YUV 68.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 113 48 56 0 0.58 0.50 0.56 352.62 0.4 0.32
Hex 71 30 38 0 3A 32 38 161 28 20
Octal 161 60 70 0 72 62 70 541 50 40
Binary 1110001 110000 111000 0 111010 110010 111000 101100001 101000 100000

Color Harmonies of #713038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713038

Black with #713038

Text Example


Text Example

White with #713038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713038; }

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

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

background-color css

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

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

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

border-color css

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

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

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