Html Css Color HEX #703246 Tawny Port

📋 copy color: '#703246'

red 112 ◦ green 50 ◦ blue 70

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

Shades of Tawny Port #703246

Tints of Tawny Port #703246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 48.28%
G = 21.55%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703246 (or 0x703246) is known color: Tawny Port. HEX triplet: 70, 32 and 46. RGB value is (112,50,70). Sum of RGB (Red+Green+Blue) = 112+50+70=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703246 is #8FCDB9. Grayscale: #464646. Windows color (decimal): -9424314 or 4600432. OLE color: 4600432.

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

Color convert

RGB 112 50 70 -
CMYK 0 0.55 0.38 0.56
HSL 340.65º 0.38% 0.32% -
HSV(B) 340.65º 0.55% 0.44% -
XYZ 8.93 6.17 6.51 -
YUV 70.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 112 50 70 0 0.55 0.38 0.56 340.65 0.38 0.32
Hex 70 32 46 0 37 26 38 155 26 20
Octal 160 62 106 0 67 46 70 525 46 40
Binary 1110000 110010 1000110 0 110111 100110 111000 101010101 100110 100000

Color Harmonies of #703246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703246

Black with #703246

Text Example


Text Example

White with #703246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703246; }

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

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

background-color css

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

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

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

border-color css

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

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

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