Html Css Color HEX #70343E Merlot

📋 copy color: '#70343E'

red 112 ◦ green 52 ◦ blue 62

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

Shades of Merlot #70343E

Tints of Merlot #70343E

RGB

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

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

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

R = 49.56%
G = 23.01%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70343E (or 0x70343E) is known color: Merlot. HEX triplet: 70, 34 and 3E. RGB value is (112,52,62). Sum of RGB (Red+Green+Blue) = 112+52+62=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70343E is #8FCBC1. Grayscale: #474747. Windows color (decimal): -9423810 or 4076656. OLE color: 4076656.

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

Color convert

RGB 112 52 62 -
CMYK 0 0.54 0.45 0.56
HSL 350º 0.37% 0.32% -
HSV(B) 350º 0.54% 0.44% -
XYZ 8.78 6.25 5.3 -
YUV 71.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 112 52 62 0 0.54 0.45 0.56 350 0.37 0.32
Hex 70 34 3E 0 36 2D 38 15E 25 20
Octal 160 64 76 0 66 55 70 536 45 40
Binary 1110000 110100 111110 0 110110 101101 111000 101011110 100101 100000

Color Harmonies of #70343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70343E

Black with #70343E

Text Example


Text Example

White with #70343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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