#716573

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

Shades of Rum #716573

Tints of Rum #716573

Color information

#716573 (or 0x716573) is unknown color: approx Rum. HEX triplet: 71, 65 and 73. RGB value is (113,101,115). Sum of RGB (Red+Green+Blue) = 113+101+115=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #716573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716573 is #8E9A8C. Grayscale: #6A6A6A. Windows color (decimal): -9345677 or 7562609. OLE color: 7562609.

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

Color convert

RGB113101115-
CMYK0.020.1200.55
HSL291.43º6.48%42.35%-
HSV(B)291.43º12.17%45.1%-
XYZ14.5614.0618.17-
YUV106.18132.98132.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=34.35%
G=30.70%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131011150.020.1200.55291.436.4842.35
Hex7165732C03712362a
Octal161145163214067443652
Binary1110001110010111100111011000110111100100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716573; }

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

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

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

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

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

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

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

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