Html Css Color HEX #70313C Merlot

📋 copy color: '#70313C'

red 112 ◦ green 49 ◦ blue 60

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

Shades of Merlot #70313C

Tints of Merlot #70313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 50.68%
G = 22.17%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70313C (or 0x70313C) is known color: Merlot. HEX triplet: 70, 31 and 3C. RGB value is (112,49,60). Sum of RGB (Red+Green+Blue) = 112+49+60=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313C is #8FCEC3. Grayscale: #454545. Windows color (decimal): -9424580 or 3944816. OLE color: 3944816.

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

Color convert

RGB 112 49 60 -
CMYK 0 0.56 0.46 0.56
HSL 349.52º 0.39% 0.32% -
HSV(B) 349.52º 0.56% 0.44% -
XYZ 8.6 5.97 4.97 -
YUV 69.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 112 49 60 0 0.56 0.46 0.56 349.52 0.39 0.32
Hex 70 31 3C 0 38 2E 38 15E 27 20
Octal 160 61 74 0 70 56 70 536 47 40
Binary 1110000 110001 111100 0 111000 101110 111000 101011110 100111 100000

Color Harmonies of #70313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70313C

Black with #70313C

Text Example


Text Example

White with #70313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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