Html Css Color HEX #703447 Tawny Port

📋 copy color: '#703447'

red 112 ◦ green 52 ◦ blue 71

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

Shades of Tawny Port #703447

Tints of Tawny Port #703447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

 BLUE value IS 71 (28.13% from 255) = 30.21%

R = 47.66%
G = 22.13%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#703447 (or 0x703447) is known color: Tawny Port. HEX triplet: 70, 34 and 47. RGB value is (112,52,71). Sum of RGB (Red+Green+Blue) = 112+52+71=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703447 is #8FCBB8. Grayscale: #484848. Windows color (decimal): -9423801 or 4666480. OLE color: 4666480.

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

Color convert

RGB 112 52 71 -
CMYK 0 0.54 0.37 0.56
HSL 341º 0.37% 0.32% -
HSV(B) 341º 0.54% 0.44% -
XYZ 9.05 6.36 6.71 -
YUV 72.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 112 52 71 0 0.54 0.37 0.56 341 0.37 0.32
Hex 70 34 47 0 36 25 38 155 25 20
Octal 160 64 107 0 66 45 70 525 45 40
Binary 1110000 110100 1000111 0 110110 100101 111000 101010101 100101 100000

Color Harmonies of #703447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703447

Black with #703447

Text Example


Text Example

White with #703447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703447; }

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

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

background-color css

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

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

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

border-color css

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

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

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