Html Css Color HEX #715271 Salt Box

📋 copy color: '#715271'

red 113 ◦ green 82 ◦ blue 113

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

Shades of Salt Box #715271

Tints of Salt Box #715271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 36.69%
G = 26.62%
B = 36.69%

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

#715271 (or 0x715271) is known color: Salt Box. HEX triplet: 71, 52 and 71. RGB value is (113,82,113). Sum of RGB (Red+Green+Blue) = 113+82+113=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715271 is #8EAD8E. Grayscale: #5E5E5E. Windows color (decimal): -9350543 or 7426673. OLE color: 7426673.

HSL color Cylindrical-coordinate representation of color #715271: hue angle of 300º degrees, saturation: 0.16, 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 #715271 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 113 -
CMYK 0 0.27 0 0.56
HSL 300º 0.16% 0.38% -
HSV(B) 300º 0.27% 0.44% -
XYZ 12.81 10.74 17.02 -
YUV 94.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 113 82 113 0 0.27 0 0.56 300 0.16 0.38
Hex 71 52 71 0 1B 0 38 12C 10 26
Octal 161 122 161 0 33 0 70 454 20 46
Binary 1110001 1010010 1110001 0 11011 0 111000 100101100 10000 100110

Color Harmonies of #715271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715271

Black with #715271

Text Example


Text Example

White with #715271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715271; }

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

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

background-color css

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

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

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

border-color css

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

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

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