Html Css Color HEX #70313E Merlot

📋 copy color: '#70313E'

red 112 ◦ green 49 ◦ blue 62

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

Shades of Merlot #70313E

Tints of Merlot #70313E

RGB

 RED value IS 112 (44.14% from 255) = 50.22%

 GREEN value IS 49 (19.53% from 255) = 21.97%

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 50.22%
G = 21.97%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70313E (or 0x70313E) is known color: Merlot. HEX triplet: 70, 31 and 3E. RGB value is (112,49,62). Sum of RGB (Red+Green+Blue) = 112+49+62=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313E is #8FCEC1. Grayscale: #454545. Windows color (decimal): -9424578 or 4075888. OLE color: 4075888.

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

Color convert

RGB 112 49 62 -
CMYK 0 0.56 0.45 0.56
HSL 347.62º 0.39% 0.32% -
HSV(B) 347.62º 0.56% 0.44% -
XYZ 8.65 5.99 5.26 -
YUV 69.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 112 49 62 0 0.56 0.45 0.56 347.62 0.39 0.32
Hex 70 31 3E 0 38 2D 38 15C 27 20
Octal 160 61 76 0 70 55 70 534 47 40
Binary 1110000 110001 111110 0 111000 101101 111000 101011100 100111 100000

Color Harmonies of #70313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70313E

Black with #70313E

Text Example


Text Example

White with #70313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70313E; }

 p { color: rgb(112,49,62); }

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

background-color css

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

 a { background-color: rgb(112,49,62); }

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

border-color css

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

 span { border-color: rgb(112,49,62); }

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