Html Css Color HEX #703436 Merlot

📋 copy color: '#703436'

red 112 ◦ green 52 ◦ blue 54

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

Shades of Merlot #703436

Tints of Merlot #703436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 51.38%
G = 23.85%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#703436 (or 0x703436) is known color: Merlot. HEX triplet: 70, 34 and 36. RGB value is (112,52,54). Sum of RGB (Red+Green+Blue) = 112+52+54=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703436 is #8FCBC9. Grayscale: #464646. Windows color (decimal): -9423818 or 3552368. OLE color: 3552368.

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

Color convert

RGB 112 52 54 -
CMYK 0 0.54 0.52 0.56
HSL 358º 0.37% 0.32% -
HSV(B) 358º 0.54% 0.44% -
XYZ 8.58 6.17 4.23 -
YUV 70.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 112 52 54 0 0.54 0.52 0.56 358 0.37 0.32
Hex 70 34 36 0 36 34 38 166 25 20
Octal 160 64 66 0 66 64 70 546 45 40
Binary 1110000 110100 110110 0 110110 110100 111000 101100110 100101 100000

Color Harmonies of #703436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703436

Black with #703436

Text Example


Text Example

White with #703436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703436; }

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

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

background-color css

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

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

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

border-color css

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

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

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