#715973

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

Shades of Rum #715973

Tints of Rum #715973

Color information

#715973 (or 0x715973) is unknown color: approx Rum. HEX triplet: 71, 59 and 73. RGB value is (113,89,115). Sum of RGB (Red+Green+Blue) = 113+89+115=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #715973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715973 is #8EA68C. Grayscale: #636363. Windows color (decimal): -9348749 or 7559537. OLE color: 7559537.

HSL color Cylindrical-coordinate representation of color #715973: hue angle of 295.38º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715973 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11389115-
CMYK0.020.2300.55
HSL295.38º12.75%40%-
HSV(B)295.38º22.61%45.1%-
XYZ13.4811.8917.8-
YUV99.14136.95137.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=35.65%
G=28.08%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113891150.020.2300.55295.3812.7540
Hex715973217037127d28
Octal1611311632270674471550
Binary111000110110011110011101011101101111001001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715973; }

 p { color: rgb(113,89,115); }

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

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

 a { background-color: rgb(113,89,115); }

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

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

 span { border-color: rgb(113,89,115); }

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