#703A48

Color #703A48 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #703A48

Tints of Tawny Port #703A48

Color information

#703A48 (or 0x703A48) is unknown color: approx Tawny Port. HEX triplet: 70, 3A and 48. RGB value is (112,58,72). Sum of RGB (Red+Green+Blue) = 112+58+72=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A48 is #8FC5B7. Grayscale: #4B4B4B. Windows color (decimal): -9422264 or 4733552. OLE color: 4733552.

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

Color convert

RGB1125872-
CMYK00.480.360.56
HSL344.44º31.76%33.33%-
HSV(B)344.44º48.21%43.92%-
XYZ9.366.946.98-
YUV75.74125.89153.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=46.28%
G=23.97%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112587200.480.360.56344.4431.7633.33
Hex703A4803024381582021
Octal1607211006044705304041
Binary111000011101010010000110000100100111000101011000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #703A48;
 }
 .AnyTagClassName
 {
   color: #703A48;
 }
</style>
background-color css

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

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

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

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

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

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