Html Css Color HEX #703A46 Tawny Port

📋 copy color: '#703A46'

red 112 ◦ green 58 ◦ blue 70

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

Shades of Tawny Port #703A46

Tints of Tawny Port #703A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 46.67%
G = 24.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703A46 (or 0x703A46) is known color: Tawny Port. HEX triplet: 70, 3A and 46. RGB value is (112,58,70). Sum of RGB (Red+Green+Blue) = 112+58+70=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A46 is #8FC5B9. Grayscale: #4B4B4B. Windows color (decimal): -9422266 or 4602480. OLE color: 4602480.

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

Color convert

RGB 112 58 70 -
CMYK 0 0.48 0.38 0.56
HSL 346.67º 0.32% 0.33% -
HSV(B) 346.67º 0.48% 0.44% -
XYZ 9.3 6.91 6.64 -
YUV 75.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 112 58 70 0 0.48 0.38 0.56 346.67 0.32 0.33
Hex 70 3A 46 0 30 26 38 15B 20 21
Octal 160 72 106 0 60 46 70 533 40 41
Binary 1110000 111010 1000110 0 110000 100110 111000 101011011 100000 100001

Color Harmonies of #703A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A46

Black with #703A46

Text Example


Text Example

White with #703A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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