Html Css Color HEX #703039 Merlot

📋 copy color: '#703039'

red 112 ◦ green 48 ◦ blue 57

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

Shades of Merlot #703039

Tints of Merlot #703039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

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

R = 51.61%
G = 22.12%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#703039 (or 0x703039) is known color: Merlot. HEX triplet: 70, 30 and 39. RGB value is (112,48,57). Sum of RGB (Red+Green+Blue) = 112+48+57=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #703039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703039 is #8FCFC6. Grayscale: #444444. Windows color (decimal): -9424839 or 3747952. OLE color: 3747952.

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

Color convert

RGB 112 48 57 -
CMYK 0 0.57 0.49 0.56
HSL 351.56º 0.4% 0.31% -
HSV(B) 351.56º 0.57% 0.44% -
XYZ 8.48 5.85 4.55 -
YUV 68.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 112 48 57 0 0.57 0.49 0.56 351.56 0.4 0.31
Hex 70 30 39 0 39 31 38 160 28 1F
Octal 160 60 71 0 71 61 70 540 50 37
Binary 1110000 110000 111001 0 111001 110001 111000 101100000 101000 11111

Color Harmonies of #703039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703039

Black with #703039

Text Example


Text Example

White with #703039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703039; }

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

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

background-color css

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

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

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

border-color css

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

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

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