Html Css Color HEX #703240 Merlot

📋 copy color: '#703240'

red 112 ◦ green 50 ◦ blue 64

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

Shades of Merlot #703240

Tints of Merlot #703240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 49.56%
G = 22.12%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#703240 (or 0x703240) is known color: Merlot. HEX triplet: 70, 32 and 40. RGB value is (112,50,64). Sum of RGB (Red+Green+Blue) = 112+50+64=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #703240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703240 is #8FCDBF. Grayscale: #464646. Windows color (decimal): -9424320 or 4207216. OLE color: 4207216.

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

Color convert

RGB 112 50 64 -
CMYK 0 0.55 0.43 0.56
HSL 346.45º 0.38% 0.32% -
HSV(B) 346.45º 0.55% 0.44% -
XYZ 8.75 6.1 5.57 -
YUV 70.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 112 50 64 0 0.55 0.43 0.56 346.45 0.38 0.32
Hex 70 32 40 0 37 2B 38 15A 26 20
Octal 160 62 100 0 67 53 70 532 46 40
Binary 1110000 110010 1000000 0 110111 101011 111000 101011010 100110 100000

Color Harmonies of #703240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703240

Black with #703240

Text Example


Text Example

White with #703240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703240; }

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

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

background-color css

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

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

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

border-color css

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

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

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