Html Css Color HEX #703448 Tawny Port

📋 copy color: '#703448'

red 112 ◦ green 52 ◦ blue 72

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

Shades of Tawny Port #703448

Tints of Tawny Port #703448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 47.46%
G = 22.03%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703448 (or 0x703448) is known color: Tawny Port. HEX triplet: 70, 34 and 48. RGB value is (112,52,72). Sum of RGB (Red+Green+Blue) = 112+52+72=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703448 is #8FCBB7. Grayscale: #484848. Windows color (decimal): -9423800 or 4732016. OLE color: 4732016.

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

Color convert

RGB 112 52 72 -
CMYK 0 0.54 0.36 0.56
HSL 340º 0.37% 0.32% -
HSV(B) 340º 0.54% 0.44% -
XYZ 9.08 6.37 6.88 -
YUV 72.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 112 52 72 0 0.54 0.36 0.56 340 0.37 0.32
Hex 70 34 48 0 36 24 38 154 25 20
Octal 160 64 110 0 66 44 70 524 45 40
Binary 1110000 110100 1001000 0 110110 100100 111000 101010100 100101 100000

Color Harmonies of #703448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703448

Black with #703448

Text Example


Text Example

White with #703448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703448; }

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

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

background-color css

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

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

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

border-color css

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

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

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