Html Css Color HEX #703541 Merlot

📋 copy color: '#703541'

red 112 ◦ green 53 ◦ blue 65

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

Shades of Merlot #703541

Tints of Merlot #703541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.04%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 48.7%
G = 23.04%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703541 (or 0x703541) is known color: Merlot. HEX triplet: 70, 35 and 41. RGB value is (112,53,65). Sum of RGB (Red+Green+Blue) = 112+53+65=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703541 is #8FCABE. Grayscale: #484848. Windows color (decimal): -9423551 or 4273520. OLE color: 4273520.

HSL color Cylindrical-coordinate representation of color #703541: hue angle of 347.8º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703541 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 65 -
CMYK 0 0.53 0.42 0.56
HSL 347.8º 0.36% 0.32% -
HSV(B) 347.8º 0.53% 0.44% -
XYZ 8.91 6.37 5.76 -
YUV 72.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 112 53 65 0 0.53 0.42 0.56 347.8 0.36 0.32
Hex 70 35 41 0 35 2A 38 15C 24 20
Octal 160 65 101 0 65 52 70 534 44 40
Binary 1110000 110101 1000001 0 110101 101010 111000 101011100 100100 100000

Color Harmonies of #703541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703541

Black with #703541

Text Example


Text Example

White with #703541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703541; }

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

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

background-color css

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

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

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

border-color css

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

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

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