Html Css Color HEX #703A4E Tawny Port

📋 copy color: '#703A4E'

red 112 ◦ green 58 ◦ blue 78

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

Shades of Tawny Port #703A4E

Tints of Tawny Port #703A4E

RGB

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

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

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

R = 45.16%
G = 23.39%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#703A4E (or 0x703A4E) is known color: Tawny Port. HEX triplet: 70, 3A and 4E. RGB value is (112,58,78). Sum of RGB (Red+Green+Blue) = 112+58+78=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A4E is #8FC5B1. Grayscale: #4C4C4C. Windows color (decimal): -9422258 or 5126768. OLE color: 5126768.

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

Color convert

RGB 112 58 78 -
CMYK 0 0.48 0.30 0.56
HSL 337.78º 0.32% 0.33% -
HSV(B) 337.78º 0.48% 0.44% -
XYZ 9.57 7.02 8.06 -
YUV 76.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 112 58 78 0 0.48 0.30 0.56 337.78 0.32 0.33
Hex 70 3A 4E 0 30 1E 38 152 20 21
Octal 160 72 116 0 60 36 70 522 40 41
Binary 1110000 111010 1001110 0 110000 11110 111000 101010010 100000 100001

Color Harmonies of #703A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A4E

Black with #703A4E

Text Example


Text Example

White with #703A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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