Html Css Color HEX #703136 Merlot

📋 copy color: '#703136'

red 112 ◦ green 49 ◦ blue 54

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

Shades of Merlot #703136

Tints of Merlot #703136

RGB

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

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

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

R = 52.09%
G = 22.79%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#703136 (or 0x703136) is known color: Merlot. HEX triplet: 70, 31 and 36. RGB value is (112,49,54). Sum of RGB (Red+Green+Blue) = 112+49+54=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703136 is #8FCEC9. Grayscale: #444444. Windows color (decimal): -9424586 or 3551600. OLE color: 3551600.

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

Color convert

RGB 112 49 54 -
CMYK 0 0.56 0.52 0.56
HSL 355.24º 0.39% 0.32% -
HSV(B) 355.24º 0.56% 0.44% -
XYZ 8.45 5.91 4.19 -
YUV 68.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 112 49 54 0 0.56 0.52 0.56 355.24 0.39 0.32
Hex 70 31 36 0 38 34 38 163 27 20
Octal 160 61 66 0 70 64 70 543 47 40
Binary 1110000 110001 110110 0 111000 110100 111000 101100011 100111 100000

Color Harmonies of #703136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703136

Black with #703136

Text Example


Text Example

White with #703136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703136; }

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

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

background-color css

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

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

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

border-color css

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

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

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