Html Css Color HEX #703B49 Tawny Port

📋 copy color: '#703B49'

red 112 ◦ green 59 ◦ blue 73

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

Shades of Tawny Port #703B49

Tints of Tawny Port #703B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

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

R = 45.9%
G = 24.18%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#703B49 (or 0x703B49) is known color: Tawny Port. HEX triplet: 70, 3B and 49. RGB value is (112,59,73). Sum of RGB (Red+Green+Blue) = 112+59+73=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #703B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B49 is #8FC4B6. Grayscale: #4C4C4C. Windows color (decimal): -9422007 or 4799344. OLE color: 4799344.

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

Color convert

RGB 112 59 73 -
CMYK 0 0.47 0.35 0.56
HSL 344.15º 0.31% 0.34% -
HSV(B) 344.15º 0.47% 0.44% -
XYZ 9.45 7.05 7.17 -
YUV 76.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 112 59 73 0 0.47 0.35 0.56 344.15 0.31 0.34
Hex 70 3B 49 0 2F 23 38 158 1F 22
Octal 160 73 111 0 57 43 70 530 37 42
Binary 1110000 111011 1001001 0 101111 100011 111000 101011000 11111 100010

Color Harmonies of #703B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B49

Black with #703B49

Text Example


Text Example

White with #703B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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