Html Css Color HEX #715371 Salt Box

📋 copy color: '#715371'

red 113 ◦ green 83 ◦ blue 113

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

Shades of Salt Box #715371

Tints of Salt Box #715371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 36.57%
G = 26.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#715371 (or 0x715371) is known color: Salt Box. HEX triplet: 71, 53 and 71. RGB value is (113,83,113). Sum of RGB (Red+Green+Blue) = 113+83+113=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715371 is #8EAC8E. Grayscale: #5F5F5F. Windows color (decimal): -9350287 or 7426929. OLE color: 7426929.

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

Color convert

RGB 113 83 113 -
CMYK 0 0.27 0 0.56
HSL 300º 0.15% 0.38% -
HSV(B) 300º 0.27% 0.44% -
XYZ 12.88 10.89 17.05 -
YUV 95.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 113 83 113 0 0.27 0 0.56 300 0.15 0.38
Hex 71 53 71 0 1B 0 38 12C F 26
Octal 161 123 161 0 33 0 70 454 17 46
Binary 1110001 1010011 1110001 0 11011 0 111000 100101100 1111 100110

Color Harmonies of #715371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715371

Black with #715371

Text Example


Text Example

White with #715371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715371; }

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

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

background-color css

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

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

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

border-color css

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

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

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