#725271

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

Shades of Salt Box #725271

Tints of Salt Box #725271

Color information

#725271 (or 0x725271) is unknown color: approx Salt Box. HEX triplet: 72, 52 and 71. RGB value is (114,82,113). Sum of RGB (Red+Green+Blue) = 114+82+113=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #725271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725271 is #8DAD8E. Grayscale: #5F5F5F. Windows color (decimal): -9285007 or 7426674. OLE color: 7426674.

HSL color Cylindrical-coordinate representation of color #725271: hue angle of 301.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725271 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11482113-
CMYK00.280.010.55
HSL301.88º16.33%38.43%-
HSV(B)301.88º28.07%44.71%-
XYZ12.9410.817.03-
YUV95.1138.1141.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=36.89%
G=26.54%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148211300.280.010.55301.8816.3338.43
Hex72527101C13712e1026
Octal1621221610341674562046
Binary111001010100101110001011100111011110010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725271; }

 p { color: rgb(114,82,113); }

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

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

 a { background-color: rgb(114,82,113); }

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

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

 span { border-color: rgb(114,82,113); }

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