Html Css Color HEX #703648 Tawny Port

📋 copy color: '#703648'

red 112 ◦ green 54 ◦ blue 72

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

Shades of Tawny Port #703648

Tints of Tawny Port #703648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 47.06%
G = 22.69%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703648 (or 0x703648) is known color: Tawny Port. HEX triplet: 70, 36 and 48. RGB value is (112,54,72). Sum of RGB (Red+Green+Blue) = 112+54+72=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #703648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703648 is #8FC9B7. Grayscale: #494949. Windows color (decimal): -9423288 or 4732528. OLE color: 4732528.

HSL color Cylindrical-coordinate representation of color #703648: hue angle of 341.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703648 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 72 -
CMYK 0 0.52 0.36 0.56
HSL 341.38º 0.35% 0.33% -
HSV(B) 341.38º 0.52% 0.44% -
XYZ 9.17 6.55 6.91 -
YUV 73.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 112 54 72 0 0.52 0.36 0.56 341.38 0.35 0.33
Hex 70 36 48 0 34 24 38 155 23 21
Octal 160 66 110 0 64 44 70 525 43 41
Binary 1110000 110110 1001000 0 110100 100100 111000 101010101 100011 100001

Color Harmonies of #703648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703648

Black with #703648

Text Example


Text Example

White with #703648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703648; }

 p { color: rgb(112,54,72); }

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

background-color css

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

 a { background-color: rgb(112,54,72); }

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

border-color css

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

 span { border-color: rgb(112,54,72); }

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