#71476A

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

Shades of Salt Box #71476A

Tints of Salt Box #71476A

Color information

#71476A (or 0x71476A) is unknown color: approx Salt Box. HEX triplet: 71, 47 and 6A. RGB value is (113,71,106). Sum of RGB (Red+Green+Blue) = 113+71+106=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71476A is #8EB895. Grayscale: #575757. Windows color (decimal): -9353366 or 6965105. OLE color: 6965105.

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

Color convert

RGB11371106-
CMYK00.370.060.56
HSL310º22.83%36.08%-
HSV(B)310º37.17%44.31%-
XYZ11.669.0614.77-
YUV87.55138.41146.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=38.97%
G=24.48%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137110600.370.060.5631022.8336.08
Hex71476A0256381361724
Octal1611071520456704662744
Binary111000110001111101010010010111011100010011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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