Html Css Color HEX #70343D Merlot

📋 copy color: '#70343D'

red 112 ◦ green 52 ◦ blue 61

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

Shades of Merlot #70343D

Tints of Merlot #70343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 49.78%
G = 23.11%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70343D (or 0x70343D) is known color: Merlot. HEX triplet: 70, 34 and 3D. RGB value is (112,52,61). Sum of RGB (Red+Green+Blue) = 112+52+61=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70343D is #8FCBC2. Grayscale: #464646. Windows color (decimal): -9423811 or 4011120. OLE color: 4011120.

HSL color Cylindrical-coordinate representation of color #70343D: hue angle of 351º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70343D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 61 -
CMYK 0 0.54 0.46 0.56
HSL 351º 0.37% 0.32% -
HSV(B) 351º 0.54% 0.44% -
XYZ 8.75 6.24 5.16 -
YUV 70.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 112 52 61 0 0.54 0.46 0.56 351 0.37 0.32
Hex 70 34 3D 0 36 2E 38 15F 25 20
Octal 160 64 75 0 66 56 70 537 45 40
Binary 1110000 110100 111101 0 110110 101110 111000 101011111 100101 100000

Color Harmonies of #70343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70343D

Black with #70343D

Text Example


Text Example

White with #70343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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