Html Css Color HEX #703345 Tawny Port

📋 copy color: '#703345'

red 112 ◦ green 51 ◦ blue 69

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

Shades of Tawny Port #703345

Tints of Tawny Port #703345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 69 (27.34% from 255) = 29.74%

R = 48.28%
G = 21.98%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703345 (or 0x703345) is known color: Tawny Port. HEX triplet: 70, 33 and 45. RGB value is (112,51,69). Sum of RGB (Red+Green+Blue) = 112+51+69=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703345 is #8FCCBA. Grayscale: #474747. Windows color (decimal): -9424059 or 4535152. OLE color: 4535152.

HSL color Cylindrical-coordinate representation of color #703345: hue angle of 342.3º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703345 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 69 -
CMYK 0 0.54 0.38 0.56
HSL 342.3º 0.37% 0.32% -
HSV(B) 342.3º 0.54% 0.44% -
XYZ 8.94 6.24 6.36 -
YUV 71.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 112 51 69 0 0.54 0.38 0.56 342.3 0.37 0.32
Hex 70 33 45 0 36 26 38 156 25 20
Octal 160 63 105 0 66 46 70 526 45 40
Binary 1110000 110011 1000101 0 110110 100110 111000 101010110 100101 100000

Color Harmonies of #703345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703345

Black with #703345

Text Example


Text Example

White with #703345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703345; }

 p { color: rgb(112,51,69); }

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

background-color css

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

 a { background-color: rgb(112,51,69); }

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

border-color css

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

 span { border-color: rgb(112,51,69); }

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