Html Css Color HEX #70313D Merlot

📋 copy color: '#70313D'

red 112 ◦ green 49 ◦ blue 61

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

Shades of Merlot #70313D

Tints of Merlot #70313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 50.45%
G = 22.07%
B = 27.48%

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

#70313D (or 0x70313D) is known color: Merlot. HEX triplet: 70, 31 and 3D. RGB value is (112,49,61). Sum of RGB (Red+Green+Blue) = 112+49+61=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313D is #8FCEC2. Grayscale: #454545. Windows color (decimal): -9424579 or 4010352. OLE color: 4010352.

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

Color convert

RGB 112 49 61 -
CMYK 0 0.56 0.46 0.56
HSL 348.57º 0.39% 0.32% -
HSV(B) 348.57º 0.56% 0.44% -
XYZ 8.62 5.98 5.11 -
YUV 69.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 112 49 61 0 0.56 0.46 0.56 348.57 0.39 0.32
Hex 70 31 3D 0 38 2E 38 15D 27 20
Octal 160 61 75 0 70 56 70 535 47 40
Binary 1110000 110001 111101 0 111000 101110 111000 101011101 100111 100000

Color Harmonies of #70313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70313D

Black with #70313D

Text Example


Text Example

White with #70313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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