Html Css Color HEX #703D4E Tawny Port

📋 copy color: '#703D4E'

red 112 ◦ green 61 ◦ blue 78

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

Shades of Tawny Port #703D4E

Tints of Tawny Port #703D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 44.62%
G = 24.3%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#703D4E (or 0x703D4E) is known color: Tawny Port. HEX triplet: 70, 3D and 4E. RGB value is (112,61,78). Sum of RGB (Red+Green+Blue) = 112+61+78=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #703D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703D4E is #8FC2B1. Grayscale: #4E4E4E. Windows color (decimal): -9421490 or 5127536. OLE color: 5127536.

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

Color convert

RGB 112 61 78 -
CMYK 0 0.46 0.30 0.56
HSL 340º 0.29% 0.34% -
HSV(B) 340º 0.46% 0.44% -
XYZ 9.73 7.33 8.11 -
YUV 78.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 112 61 78 0 0.46 0.30 0.56 340 0.29 0.34
Hex 70 3D 4E 0 2E 1E 38 154 1D 22
Octal 160 75 116 0 56 36 70 524 35 42
Binary 1110000 111101 1001110 0 101110 11110 111000 101010100 11101 100010

Color Harmonies of #703D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D4E

Black with #703D4E

Text Example


Text Example

White with #703D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,61,78); }

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

background-color css

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

 a { background-color: rgb(112,61,78); }

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

border-color css

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

 span { border-color: rgb(112,61,78); }

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