Html Css Color HEX #703B48 Tawny Port

📋 copy color: '#703B48'

red 112 ◦ green 59 ◦ blue 72

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

Shades of Tawny Port #703B48

Tints of Tawny Port #703B48

RGB

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

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

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

R = 46.09%
G = 24.28%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703B48 (or 0x703B48) is known color: Tawny Port. HEX triplet: 70, 3B and 48. RGB value is (112,59,72). Sum of RGB (Red+Green+Blue) = 112+59+72=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B48 is #8FC4B7. Grayscale: #4C4C4C. Windows color (decimal): -9422008 or 4733808. OLE color: 4733808.

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

Color convert

RGB 112 59 72 -
CMYK 0 0.47 0.36 0.56
HSL 345.28º 0.31% 0.34% -
HSV(B) 345.28º 0.47% 0.44% -
XYZ 9.42 7.04 6.99 -
YUV 76.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 112 59 72 0 0.47 0.36 0.56 345.28 0.31 0.34
Hex 70 3B 48 0 2F 24 38 159 1F 22
Octal 160 73 110 0 57 44 70 531 37 42
Binary 1110000 111011 1001000 0 101111 100100 111000 101011001 11111 100010

Color Harmonies of #703B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B48

Black with #703B48

Text Example


Text Example

White with #703B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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