Html Css Color HEX #703643 Merlot

📋 copy color: '#703643'

red 112 ◦ green 54 ◦ blue 67

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

Shades of Merlot #703643

Tints of Merlot #703643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 48.07%
G = 23.18%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#703643 (or 0x703643) is known color: Merlot. HEX triplet: 70, 36 and 43. RGB value is (112,54,67). Sum of RGB (Red+Green+Blue) = 112+54+67=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703643 is #8FC9BC. Grayscale: #484848. Windows color (decimal): -9423293 or 4404848. OLE color: 4404848.

HSL color Cylindrical-coordinate representation of color #703643: hue angle of 346.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703643 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 67 -
CMYK 0 0.52 0.40 0.56
HSL 346.55º 0.35% 0.33% -
HSV(B) 346.55º 0.52% 0.44% -
XYZ 9.01 6.49 6.09 -
YUV 72.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 112 54 67 0 0.52 0.40 0.56 346.55 0.35 0.33
Hex 70 36 43 0 34 28 38 15B 23 21
Octal 160 66 103 0 64 50 70 533 43 41
Binary 1110000 110110 1000011 0 110100 101000 111000 101011011 100011 100001

Color Harmonies of #703643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703643

Black with #703643

Text Example


Text Example

White with #703643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703643; }

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

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

background-color css

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

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

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

border-color css

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

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

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