Html Css Color HEX #703749 Tawny Port

📋 copy color: '#703749'

red 112 ◦ green 55 ◦ blue 73

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

Shades of Tawny Port #703749

Tints of Tawny Port #703749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 46.67%
G = 22.92%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#703749 (or 0x703749) is known color: Tawny Port. HEX triplet: 70, 37 and 49. RGB value is (112,55,73). Sum of RGB (Red+Green+Blue) = 112+55+73=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703749 is #8FC8B6. Grayscale: #4A4A4A. Windows color (decimal): -9423031 or 4798320. OLE color: 4798320.

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

Color convert

RGB 112 55 73 -
CMYK 0 0.51 0.35 0.56
HSL 341.05º 0.34% 0.33% -
HSV(B) 341.05º 0.51% 0.44% -
XYZ 9.25 6.66 7.1 -
YUV 74.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 112 55 73 0 0.51 0.35 0.56 341.05 0.34 0.33
Hex 70 37 49 0 33 23 38 155 22 21
Octal 160 67 111 0 63 43 70 525 42 41
Binary 1110000 110111 1001001 0 110011 100011 111000 101010101 100010 100001

Color Harmonies of #703749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703749

Black with #703749

Text Example


Text Example

White with #703749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703749; }

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

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

background-color css

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

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

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

border-color css

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

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

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