Html Css Color HEX #703542 Merlot

📋 copy color: '#703542'

red 112 ◦ green 53 ◦ blue 66

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

Shades of Merlot #703542

Tints of Merlot #703542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 48.48%
G = 22.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#703542 (or 0x703542) is known color: Merlot. HEX triplet: 70, 35 and 42. RGB value is (112,53,66). Sum of RGB (Red+Green+Blue) = 112+53+66=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703542 is #8FCABD. Grayscale: #484848. Windows color (decimal): -9423550 or 4339056. OLE color: 4339056.

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

Color convert

RGB 112 53 66 -
CMYK 0 0.53 0.41 0.56
HSL 346.78º 0.36% 0.32% -
HSV(B) 346.78º 0.53% 0.44% -
XYZ 8.94 6.38 5.92 -
YUV 72.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 112 53 66 0 0.53 0.41 0.56 346.78 0.36 0.32
Hex 70 35 42 0 35 29 38 15B 24 20
Octal 160 65 102 0 65 51 70 533 44 40
Binary 1110000 110101 1000010 0 110101 101001 111000 101011011 100100 100000

Color Harmonies of #703542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703542

Black with #703542

Text Example


Text Example

White with #703542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703542; }

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

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

background-color css

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

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

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

border-color css

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

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

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