#716473

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

Shades of Rum #716473

Tints of Rum #716473

Color information

#716473 (or 0x716473) is unknown color: approx Rum. HEX triplet: 71, 64 and 73. RGB value is (113,100,115). Sum of RGB (Red+Green+Blue) = 113+100+115=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #716473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716473 is #8E9B8C. Grayscale: #696969. Windows color (decimal): -9345933 or 7562353. OLE color: 7562353.

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

Color convert

RGB113100115-
CMYK0.020.1300.55
HSL292º6.98%42.16%-
HSV(B)292º13.04%45.1%-
XYZ14.4613.8618.13-
YUV105.6133.31133.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=34.45%
G=30.49%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131001150.020.1300.552926.9842.16
Hex7164732D03712472a
Octal161144163215067444752
Binary1110001110010011100111011010110111100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716473; }

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

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

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

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

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

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

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

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