Html Css Color HEX #703439 Merlot

📋 copy color: '#703439'

red 112 ◦ green 52 ◦ blue 57

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

Shades of Merlot #703439

Tints of Merlot #703439

RGB

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

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

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

R = 50.68%
G = 23.53%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#703439 (or 0x703439) is known color: Merlot. HEX triplet: 70, 34 and 39. RGB value is (112,52,57). Sum of RGB (Red+Green+Blue) = 112+52+57=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703439 is #8FCBC6. Grayscale: #464646. Windows color (decimal): -9423815 or 3748976. OLE color: 3748976.

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

Color convert

RGB 112 52 57 -
CMYK 0 0.54 0.49 0.56
HSL 355º 0.37% 0.32% -
HSV(B) 355º 0.54% 0.44% -
XYZ 8.65 6.2 4.61 -
YUV 70.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 112 52 57 0 0.54 0.49 0.56 355 0.37 0.32
Hex 70 34 39 0 36 31 38 163 25 20
Octal 160 64 71 0 66 61 70 543 45 40
Binary 1110000 110100 111001 0 110110 110001 111000 101100011 100101 100000

Color Harmonies of #703439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703439

Black with #703439

Text Example


Text Example

White with #703439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703439; }

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

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

background-color css

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

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

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

border-color css

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

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

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