#735071

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

Shades of Salt Box #735071

Tints of Salt Box #735071

Color information

#735071 (or 0x735071) is unknown color: approx Salt Box. HEX triplet: 73, 50 and 71. RGB value is (115,80,113). Sum of RGB (Red+Green+Blue) = 115+80+113=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #735071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735071 is #8CAF8E. Grayscale: #5E5E5E. Windows color (decimal): -9219983 or 7426163. OLE color: 7426163.

HSL color Cylindrical-coordinate representation of color #735071: hue angle of 303.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735071 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11580113-
CMYK00.300.020.55
HSL303.43º17.95%38.24%-
HSV(B)303.43º30.43%45.1%-
XYZ12.9210.5716.98-
YUV94.23138.6142.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=37.34%
G=25.97%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158011300.300.020.55303.4317.9538.24
Hex73507101E23712f1226
Octal1631201610362674572246
Binary1110011101000011100010111101011011110010111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735071; }

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

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

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

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

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

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

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

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