Html Css Color HEX #703840 Merlot

📋 copy color: '#703840'

red 112 ◦ green 56 ◦ blue 64

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

Shades of Merlot #703840

Tints of Merlot #703840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

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

R = 48.28%
G = 24.14%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#703840 (or 0x703840) is known color: Merlot. HEX triplet: 70, 38 and 40. RGB value is (112,56,64). Sum of RGB (Red+Green+Blue) = 112+56+64=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703840 is #8FC7BF. Grayscale: #494949. Windows color (decimal): -9422784 or 4208752. OLE color: 4208752.

HSL color Cylindrical-coordinate representation of color #703840: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703840 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 64 -
CMYK 0 0.50 0.43 0.56
HSL 351.43º 0.33% 0.33% -
HSV(B) 351.43º 0.5% 0.44% -
XYZ 9.02 6.64 5.66 -
YUV 73.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 112 56 64 0 0.50 0.43 0.56 351.43 0.33 0.33
Hex 70 38 40 0 32 2B 38 15F 21 21
Octal 160 70 100 0 62 53 70 537 41 41
Binary 1110000 111000 1000000 0 110010 101011 111000 101011111 100001 100001

Color Harmonies of #703840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703840

Black with #703840

Text Example


Text Example

White with #703840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703840; }

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

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

background-color css

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

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

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

border-color css

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

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

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