Html Css Color HEX #703435 Merlot

📋 copy color: '#703435'

red 112 ◦ green 52 ◦ blue 53

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

Shades of Merlot #703435

Tints of Merlot #703435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.42%

R = 51.61%
G = 23.96%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#703435 (or 0x703435) is known color: Merlot. HEX triplet: 70, 34 and 35. RGB value is (112,52,53). Sum of RGB (Red+Green+Blue) = 112+52+53=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #703435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703435 is #8FCBCA. Grayscale: #464646. Windows color (decimal): -9423819 or 3486832. OLE color: 3486832.

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

Color convert

RGB 112 52 53 -
CMYK 0 0.54 0.53 0.56
HSL 359º 0.37% 0.32% -
HSV(B) 359º 0.54% 0.44% -
XYZ 8.55 6.16 4.11 -
YUV 70.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 112 52 53 0 0.54 0.53 0.56 359 0.37 0.32
Hex 70 34 35 0 36 35 38 167 25 20
Octal 160 64 65 0 66 65 70 547 45 40
Binary 1110000 110100 110101 0 110110 110101 111000 101100111 100101 100000

Color Harmonies of #703435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703435

Black with #703435

Text Example


Text Example

White with #703435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703435; }

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

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

background-color css

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

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

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

border-color css

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

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

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