Html Css Color HEX #703841 Merlot

📋 copy color: '#703841'

red 112 ◦ green 56 ◦ blue 65

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

Shades of Merlot #703841

Tints of Merlot #703841

RGB

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

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

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

R = 48.07%
G = 24.03%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703841 (or 0x703841) is known color: Merlot. HEX triplet: 70, 38 and 41. RGB value is (112,56,65). Sum of RGB (Red+Green+Blue) = 112+56+65=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703841 is #8FC7BE. Grayscale: #494949. Windows color (decimal): -9422783 or 4274288. OLE color: 4274288.

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

Color convert

RGB 112 56 65 -
CMYK 0 0.50 0.42 0.56
HSL 350.36º 0.33% 0.33% -
HSV(B) 350.36º 0.5% 0.44% -
XYZ 9.05 6.65 5.81 -
YUV 73.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 112 56 65 0 0.50 0.42 0.56 350.36 0.33 0.33
Hex 70 38 41 0 32 2A 38 15E 21 21
Octal 160 70 101 0 62 52 70 536 41 41
Binary 1110000 111000 1000001 0 110010 101010 111000 101011110 100001 100001

Color Harmonies of #703841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703841

Black with #703841

Text Example


Text Example

White with #703841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703841; }

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

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

background-color css

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

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

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

border-color css

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

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

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