Html Css Color HEX #703537 Merlot

📋 copy color: '#703537'

red 112 ◦ green 53 ◦ blue 55

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

Shades of Merlot #703537

Tints of Merlot #703537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 50.91%
G = 24.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#703537 (or 0x703537) is known color: Merlot. HEX triplet: 70, 35 and 37. RGB value is (112,53,55). Sum of RGB (Red+Green+Blue) = 112+53+55=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703537 is #8FCAC8. Grayscale: #464646. Windows color (decimal): -9423561 or 3618160. OLE color: 3618160.

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

Color convert

RGB 112 53 55 -
CMYK 0 0.53 0.51 0.56
HSL 357.97º 0.36% 0.32% -
HSV(B) 357.97º 0.53% 0.44% -
XYZ 8.64 6.27 4.37 -
YUV 70.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 112 53 55 0 0.53 0.51 0.56 357.97 0.36 0.32
Hex 70 35 37 0 35 33 38 166 24 20
Octal 160 65 67 0 65 63 70 546 44 40
Binary 1110000 110101 110111 0 110101 110011 111000 101100110 100100 100000

Color Harmonies of #703537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703537

Black with #703537

Text Example


Text Example

White with #703537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703537; }

 p { color: rgb(112,53,55); }

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

background-color css

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

 a { background-color: rgb(112,53,55); }

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

border-color css

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

 span { border-color: rgb(112,53,55); }

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