Html Css Color HEX #703334 Merlot

📋 copy color: '#703334'

red 112 ◦ green 51 ◦ blue 52

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

Shades of Merlot #703334

Tints of Merlot #703334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 52.09%
G = 23.72%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703334 (or 0x703334) is known color: Merlot. HEX triplet: 70, 33 and 34. RGB value is (112,51,52). Sum of RGB (Red+Green+Blue) = 112+51+52=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703334 is #8FCCCB. Grayscale: #454545. Windows color (decimal): -9424076 or 3421040. OLE color: 3421040.

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

Color convert

RGB 112 51 52 -
CMYK 0 0.54 0.54 0.56
HSL 359.02º 0.37% 0.32% -
HSV(B) 359.02º 0.54% 0.44% -
XYZ 8.49 6.06 3.97 -
YUV 69.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 112 51 52 0 0.54 0.54 0.56 359.02 0.37 0.32
Hex 70 33 34 0 36 36 38 167 25 20
Octal 160 63 64 0 66 66 70 547 45 40
Binary 1110000 110011 110100 0 110110 110110 111000 101100111 100101 100000

Color Harmonies of #703334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703334

Black with #703334

Text Example


Text Example

White with #703334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703334; }

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

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

background-color css

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

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

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

border-color css

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

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

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