#70597A

Color #70597A Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #70597A

Tints of Rum #70597A

Color information

#70597A (or 0x70597A) is unknown color: approx Rum. HEX triplet: 70, 59 and 7A. RGB value is (112,89,122). Sum of RGB (Red+Green+Blue) = 112+89+122=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #70597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70597A is #8FA685. Grayscale: #636363. Windows color (decimal): -9414278 or 8018288. OLE color: 8018288.

HSL color Cylindrical-coordinate representation of color #70597A: hue angle of 281.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70597A is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11289122-
CMYK0.080.2700.52
HSL281.82º15.64%41.37%-
HSV(B)281.82º27.05%47.84%-
XYZ13.7711.9920-
YUV99.64140.62136.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=34.67%
G=27.55%
B=37.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112891220.080.2700.52281.8215.6441.37
Hex70597A81B03411a1029
Octal16013117210330644322051
Binary111000010110011111010100011011011010010001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70597A; }

 p { color: rgb(112,89,122); }

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

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

 a { background-color: rgb(112,89,122); }

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

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

 span { border-color: rgb(112,89,122); }

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