Html Css Color HEX #71526D Salt Box

📋 copy color: '#71526D'

red 113 ◦ green 82 ◦ blue 109

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

Shades of Salt Box #71526D

Tints of Salt Box #71526D

RGB

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

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

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

R = 37.17%
G = 26.97%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71526D (or 0x71526D) is known color: Salt Box. HEX triplet: 71, 52 and 6D. RGB value is (113,82,109). Sum of RGB (Red+Green+Blue) = 113+82+109=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71526D is #8EAD92. Grayscale: #5E5E5E. Windows color (decimal): -9350547 or 7164529. OLE color: 7164529.

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

Color convert

RGB 113 82 109 -
CMYK 0 0.27 0.04 0.56
HSL 307.74º 0.16% 0.38% -
HSV(B) 307.74º 0.27% 0.44% -
XYZ 12.59 10.65 15.86 -
YUV 94.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 113 82 109 0 0.27 0.04 0.56 307.74 0.16 0.38
Hex 71 52 6D 0 1B 4 38 134 10 26
Octal 161 122 155 0 33 4 70 464 20 46
Binary 1110001 1010010 1101101 0 11011 100 111000 100110100 10000 100110

Color Harmonies of #71526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71526D

Black with #71526D

Text Example


Text Example

White with #71526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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