Html Css Color HEX #703341 Merlot

📋 copy color: '#703341'

red 112 ◦ green 51 ◦ blue 65

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

Shades of Merlot #703341

Tints of Merlot #703341

RGB

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

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

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

R = 49.12%
G = 22.37%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703341 (or 0x703341) is known color: Merlot. HEX triplet: 70, 33 and 41. RGB value is (112,51,65). Sum of RGB (Red+Green+Blue) = 112+51+65=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703341 is #8FCCBE. Grayscale: #464646. Windows color (decimal): -9424063 or 4273008. OLE color: 4273008.

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

Color convert

RGB 112 51 65 -
CMYK 0 0.54 0.42 0.56
HSL 346.23º 0.37% 0.32% -
HSV(B) 346.23º 0.54% 0.44% -
XYZ 8.82 6.19 5.73 -
YUV 70.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 112 51 65 0 0.54 0.42 0.56 346.23 0.37 0.32
Hex 70 33 41 0 36 2A 38 15A 25 20
Octal 160 63 101 0 66 52 70 532 45 40
Binary 1110000 110011 1000001 0 110110 101010 111000 101011010 100101 100000

Color Harmonies of #703341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703341

Black with #703341

Text Example


Text Example

White with #703341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703341; }

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

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

background-color css

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

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

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

border-color css

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

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

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