Html Css Color HEX #71586D Salt Box

📋 copy color: '#71586D'

red 113 ◦ green 88 ◦ blue 109

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

Shades of Salt Box #71586D

Tints of Salt Box #71586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 36.45%
G = 28.39%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71586D (or 0x71586D) is known color: Salt Box. HEX triplet: 71, 58 and 6D. RGB value is (113,88,109). Sum of RGB (Red+Green+Blue) = 113+88+109=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #71586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71586D is #8EA792. Grayscale: #616161. Windows color (decimal): -9349011 or 7166065. OLE color: 7166065.

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

Color convert

RGB 113 88 109 -
CMYK 0 0.22 0.04 0.56
HSL 309.6º 0.12% 0.39% -
HSV(B) 309.6º 0.22% 0.44% -
XYZ 13.06 11.59 16.02 -
YUV 97.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 113 88 109 0 0.22 0.04 0.56 309.6 0.12 0.39
Hex 71 58 6D 0 16 4 38 136 C 27
Octal 161 130 155 0 26 4 70 466 14 47
Binary 1110001 1011000 1101101 0 10110 100 111000 100110110 1100 100111

Color Harmonies of #71586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71586D

Black with #71586D

Text Example


Text Example

White with #71586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71586D; }

 p { color: rgb(113,88,109); }

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

background-color css

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

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

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

border-color css

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

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

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