#71496A

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

Shades of Salt Box #71496A

Tints of Salt Box #71496A

Color information

#71496A (or 0x71496A) is unknown color: approx Salt Box. HEX triplet: 71, 49 and 6A. RGB value is (113,73,106). Sum of RGB (Red+Green+Blue) = 113+73+106=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71496A is #8EB695. Grayscale: #585858. Windows color (decimal): -9352854 or 6965617. OLE color: 6965617.

HSL color Cylindrical-coordinate representation of color #71496A: hue angle of 310.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71496A is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11373106-
CMYK00.350.060.56
HSL310.5º21.51%36.47%-
HSV(B)310.5º35.4%44.31%-
XYZ11.799.3214.81-
YUV88.72137.75145.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=38.70%
G=25%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137310600.350.060.56310.521.5136.47
Hex71496A0236381361624
Octal1611111520436704662644
Binary111000110010011101010010001111011100010011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71496A; }

 p { color: rgb(113,73,106); }

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

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

 a { background-color: rgb(113,73,106); }

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

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

 span { border-color: rgb(113,73,106); }

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