Html Css Color HEX #703337 Merlot

📋 copy color: '#703337'

red 112 ◦ green 51 ◦ blue 55

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

Shades of Merlot #703337

Tints of Merlot #703337

RGB

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

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

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

R = 51.38%
G = 23.39%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#703337 (or 0x703337) is known color: Merlot. HEX triplet: 70, 33 and 37. RGB value is (112,51,55). Sum of RGB (Red+Green+Blue) = 112+51+55=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703337 is #8FCCC8. Grayscale: #454545. Windows color (decimal): -9424073 or 3617648. OLE color: 3617648.

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

Color convert

RGB 112 51 55 -
CMYK 0 0.54 0.51 0.56
HSL 356.07º 0.37% 0.32% -
HSV(B) 356.07º 0.54% 0.44% -
XYZ 8.56 6.09 4.34 -
YUV 69.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 112 51 55 0 0.54 0.51 0.56 356.07 0.37 0.32
Hex 70 33 37 0 36 33 38 164 25 20
Octal 160 63 67 0 66 63 70 544 45 40
Binary 1110000 110011 110111 0 110110 110011 111000 101100100 100101 100000

Color Harmonies of #703337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703337

Black with #703337

Text Example


Text Example

White with #703337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703337; }

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

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

background-color css

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

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

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

border-color css

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

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

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