Html Css Color HEX #703234 Merlot

📋 copy color: '#703234'

red 112 ◦ green 50 ◦ blue 52

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

Shades of Merlot #703234

Tints of Merlot #703234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

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

R = 52.34%
G = 23.36%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703234 (or 0x703234) is known color: Merlot. HEX triplet: 70, 32 and 34. RGB value is (112,50,52). Sum of RGB (Red+Green+Blue) = 112+50+52=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703234 is #8FCDCB. Grayscale: #444444. Windows color (decimal): -9424332 or 3420784. OLE color: 3420784.

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

Color convert

RGB 112 50 52 -
CMYK 0 0.55 0.54 0.56
HSL 358.06º 0.38% 0.32% -
HSV(B) 358.06º 0.55% 0.44% -
XYZ 8.44 5.97 3.96 -
YUV 68.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 112 50 52 0 0.55 0.54 0.56 358.06 0.38 0.32
Hex 70 32 34 0 37 36 38 166 26 20
Octal 160 62 64 0 67 66 70 546 46 40
Binary 1110000 110010 110100 0 110111 110110 111000 101100110 100110 100000

Color Harmonies of #703234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703234

Black with #703234

Text Example


Text Example

White with #703234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703234; }

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

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

background-color css

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

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

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

border-color css

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

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

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