Html Css Color HEX #703A4D Tawny Port

📋 copy color: '#703A4D'

red 112 ◦ green 58 ◦ blue 77

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

Shades of Tawny Port #703A4D

Tints of Tawny Port #703A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.48%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 45.34%
G = 23.48%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#703A4D (or 0x703A4D) is known color: Tawny Port. HEX triplet: 70, 3A and 4D. RGB value is (112,58,77). Sum of RGB (Red+Green+Blue) = 112+58+77=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #703A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A4D is #8FC5B2. Grayscale: #4C4C4C. Windows color (decimal): -9422259 or 5061232. OLE color: 5061232.

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

Color convert

RGB 112 58 77 -
CMYK 0 0.48 0.31 0.56
HSL 338.89º 0.32% 0.33% -
HSV(B) 338.89º 0.48% 0.44% -
XYZ 9.53 7.01 7.87 -
YUV 76.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 112 58 77 0 0.48 0.31 0.56 338.89 0.32 0.33
Hex 70 3A 4D 0 30 1F 38 153 20 21
Octal 160 72 115 0 60 37 70 523 40 41
Binary 1110000 111010 1001101 0 110000 11111 111000 101010011 100000 100001

Color Harmonies of #703A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A4D

Black with #703A4D

Text Example


Text Example

White with #703A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,58,77); }

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

background-color css

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

 a { background-color: rgb(112,58,77); }

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

border-color css

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

 span { border-color: rgb(112,58,77); }

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