Html Css Color HEX #70343B Merlot

📋 copy color: '#70343B'

red 112 ◦ green 52 ◦ blue 59

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

Shades of Merlot #70343B

Tints of Merlot #70343B

RGB

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

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

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

R = 50.22%
G = 23.32%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70343B (or 0x70343B) is known color: Merlot. HEX triplet: 70, 34 and 3B. RGB value is (112,52,59). Sum of RGB (Red+Green+Blue) = 112+52+59=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70343B is #8FCBC4. Grayscale: #464646. Windows color (decimal): -9423813 or 3880048. OLE color: 3880048.

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

Color convert

RGB 112 52 59 -
CMYK 0 0.54 0.47 0.56
HSL 353º 0.37% 0.32% -
HSV(B) 353º 0.54% 0.44% -
XYZ 8.7 6.22 4.88 -
YUV 70.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 112 52 59 0 0.54 0.47 0.56 353 0.37 0.32
Hex 70 34 3B 0 36 2F 38 161 25 20
Octal 160 64 73 0 66 57 70 541 45 40
Binary 1110000 110100 111011 0 110110 101111 111000 101100001 100101 100000

Color Harmonies of #70343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70343B

Black with #70343B

Text Example


Text Example

White with #70343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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