Html Css Color HEX #703536 Merlot

📋 copy color: '#703536'

red 112 ◦ green 53 ◦ blue 54

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

Shades of Merlot #703536

Tints of Merlot #703536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.66%

R = 51.14%
G = 24.2%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#703536 (or 0x703536) is known color: Merlot. HEX triplet: 70, 35 and 36. RGB value is (112,53,54). Sum of RGB (Red+Green+Blue) = 112+53+54=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #703536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703536 is #8FCAC9. Grayscale: #464646. Windows color (decimal): -9423562 or 3552624. OLE color: 3552624.

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

Color convert

RGB 112 53 54 -
CMYK 0 0.53 0.52 0.56
HSL 358.98º 0.36% 0.32% -
HSV(B) 358.98º 0.53% 0.44% -
XYZ 8.62 6.26 4.24 -
YUV 70.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 112 53 54 0 0.53 0.52 0.56 358.98 0.36 0.32
Hex 70 35 36 0 35 34 38 167 24 20
Octal 160 65 66 0 65 64 70 547 44 40
Binary 1110000 110101 110110 0 110101 110100 111000 101100111 100100 100000

Color Harmonies of #703536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703536

Black with #703536

Text Example


Text Example

White with #703536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703536; }

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

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

background-color css

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

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

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

border-color css

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

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

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