#72597B

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

Shades of Rum #72597B

Tints of Rum #72597B

Color information

#72597B (or 0x72597B) is unknown color: approx Rum. HEX triplet: 72, 59 and 7B. RGB value is (114,89,123). Sum of RGB (Red+Green+Blue) = 114+89+123=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #72597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72597B is #8DA684. Grayscale: #646464. Windows color (decimal): -9283205 or 8083826. OLE color: 8083826.

HSL color Cylindrical-coordinate representation of color #72597B: hue angle of 284.12º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72597B is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11489123-
CMYK0.070.2800.52
HSL284.12º16.04%41.57%-
HSV(B)284.12º27.64%48.24%-
XYZ14.0912.1520.34-
YUV100.35140.78137.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=34.97%
G=27.30%
B=37.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114891230.070.2800.52284.1216.0441.57
Hex72597B71C03411c102a
Octal1621311737340644342052
Binary11100101011001111101111111100011010010001110010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72597B; }

 p { color: rgb(114,89,123); }

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

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

 a { background-color: rgb(114,89,123); }

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

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

 span { border-color: rgb(114,89,123); }

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