Html Css Color HEX #70313B Merlot

📋 copy color: '#70313B'

red 112 ◦ green 49 ◦ blue 59

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

Shades of Merlot #70313B

Tints of Merlot #70313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 50.91%
G = 22.27%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70313B (or 0x70313B) is known color: Merlot. HEX triplet: 70, 31 and 3B. RGB value is (112,49,59). Sum of RGB (Red+Green+Blue) = 112+49+59=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313B is #8FCEC4. Grayscale: #454545. Windows color (decimal): -9424581 or 3879280. OLE color: 3879280.

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

Color convert

RGB 112 49 59 -
CMYK 0 0.56 0.47 0.56
HSL 350.48º 0.39% 0.32% -
HSV(B) 350.48º 0.56% 0.44% -
XYZ 8.57 5.96 4.84 -
YUV 68.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 112 49 59 0 0.56 0.47 0.56 350.48 0.39 0.32
Hex 70 31 3B 0 38 2F 38 15E 27 20
Octal 160 61 73 0 70 57 70 536 47 40
Binary 1110000 110001 111011 0 111000 101111 111000 101011110 100111 100000

Color Harmonies of #70313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70313B

Black with #70313B

Text Example


Text Example

White with #70313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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