Html Css Color HEX #703340 Merlot

📋 copy color: '#703340'

red 112 ◦ green 51 ◦ blue 64

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

Shades of Merlot #703340

Tints of Merlot #703340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 49.34%
G = 22.47%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#703340 (or 0x703340) is known color: Merlot. HEX triplet: 70, 33 and 40. RGB value is (112,51,64). Sum of RGB (Red+Green+Blue) = 112+51+64=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #703340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703340 is #8FCCBF. Grayscale: #464646. Windows color (decimal): -9424064 or 4207472. OLE color: 4207472.

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

Color convert

RGB 112 51 64 -
CMYK 0 0.54 0.43 0.56
HSL 347.21º 0.37% 0.32% -
HSV(B) 347.21º 0.54% 0.44% -
XYZ 8.79 6.18 5.58 -
YUV 70.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 112 51 64 0 0.54 0.43 0.56 347.21 0.37 0.32
Hex 70 33 40 0 36 2B 38 15B 25 20
Octal 160 63 100 0 66 53 70 533 45 40
Binary 1110000 110011 1000000 0 110110 101011 111000 101011011 100101 100000

Color Harmonies of #703340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703340

Black with #703340

Text Example


Text Example

White with #703340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703340; }

 p { color: rgb(112,51,64); }

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

background-color css

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

 a { background-color: rgb(112,51,64); }

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

border-color css

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

 span { border-color: rgb(112,51,64); }

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