Html Css Color HEX #715571 Salt Box

📋 copy color: '#715571'

red 113 ◦ green 85 ◦ blue 113

#715571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #715571

Tints of Salt Box #715571

RGB

 RED value IS 113 (44.53% from 255) = 36.33%

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 36.33%
G = 27.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#715571 (or 0x715571) is known color: Salt Box. HEX triplet: 71, 55 and 71. RGB value is (113,85,113). Sum of RGB (Red+Green+Blue) = 113+85+113=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715571 is #8EAA8E. Grayscale: #606060. Windows color (decimal): -9349775 or 7427441. OLE color: 7427441.

HSL color Cylindrical-coordinate representation of color #715571: hue angle of 300º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715571 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 113 -
CMYK 0 0.25 0 0.56
HSL 300º 0.14% 0.39% -
HSV(B) 300º 0.25% 0.44% -
XYZ 13.04 11.2 17.1 -
YUV 96.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 113 85 113 0 0.25 0 0.56 300 0.14 0.39
Hex 71 55 71 0 19 0 38 12C E 27
Octal 161 125 161 0 31 0 70 454 16 47
Binary 1110001 1010101 1110001 0 11001 0 111000 100101100 1110 100111

Color Harmonies of #715571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715571

Black with #715571

Text Example


Text Example

White with #715571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715571; }

 p { color: rgb(113,85,113); }

 H1.HeaderClassName
 {
   color: #715571;
 }
 .AnyTagClassName
 {
   color: #715571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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