Html Css Color HEX #703839 Merlot

📋 copy color: '#703839'

red 112 ◦ green 56 ◦ blue 57

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

Shades of Merlot #703839

Tints of Merlot #703839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.89%

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 49.78%
G = 24.89%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#703839 (or 0x703839) is known color: Merlot. HEX triplet: 70, 38 and 39. RGB value is (112,56,57). Sum of RGB (Red+Green+Blue) = 112+56+57=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703839 is #8FC7C6. Grayscale: #484848. Windows color (decimal): -9422791 or 3750000. OLE color: 3750000.

HSL color Cylindrical-coordinate representation of color #703839: hue angle of 358.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703839 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 57 -
CMYK 0 0.50 0.49 0.56
HSL 358.93º 0.33% 0.33% -
HSV(B) 358.93º 0.5% 0.44% -
XYZ 8.83 6.57 4.67 -
YUV 72.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 112 56 57 0 0.50 0.49 0.56 358.93 0.33 0.33
Hex 70 38 39 0 32 31 38 167 21 21
Octal 160 70 71 0 62 61 70 547 41 41
Binary 1110000 111000 111001 0 110010 110001 111000 101100111 100001 100001

Color Harmonies of #703839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703839

Black with #703839

Text Example


Text Example

White with #703839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703839; }

 p { color: rgb(112,56,57); }

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

background-color css

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

 a { background-color: rgb(112,56,57); }

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

border-color css

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

 span { border-color: rgb(112,56,57); }

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