Shades of Salt Box #71536B
Tints of Salt Box #71536B
RGB
CMYK
RGB Variations
Color information
#71536B (or 0x71536B) is known color: Salt Box. HEX triplet: 71, 53 and 6B. RGB value is (113,83,107). Sum of RGB (Red+Green+Blue) = 113+83+107=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536B is #8EAC94. Grayscale: #5E5E5E. Windows color (decimal): -9350293 or 7033713. OLE color: 7033713.
HSL color Cylindrical-coordinate representation of color #71536B: hue angle of 312º 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 #71536B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 107 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.56 |
| HSL | 312º | 0.15% | 0.38% | - |
| HSV(B) | 312º | 0.27% | 0.44% | - |
| XYZ | 12.56 | 10.76 | 15.32 | - |
| YUV | 94.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 107 | 0 | 0.27 | 0.05 | 0.56 | 312 | 0.15 | 0.38 |
| Hex | 71 | 53 | 6B | 0 | 1B | 5 | 38 | 138 | F | 26 |
| Octal | 161 | 123 | 153 | 0 | 33 | 5 | 70 | 470 | 17 | 46 |
| Binary | 1110001 | 1010011 | 1101011 | 0 | 11011 | 101 | 111000 | 100111000 | 1111 | 100110 |
Color Harmonies of #71536B
Complementary color
Monochromatic Colors of #71536B
Black with #71536B
Text Example
Text Example
White with #71536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71536B; }
p { color: rgb(113,83,107); }
H1.HeaderClassName
{
color: #71536B;
}
.AnyTagClassName
{
color: #71536B;
}
</style>
background-color css
<style>
a { background-color: #71536B; }
a { background-color: rgb(113,83,107); }
div.DivClassName
{
background-color: #71536B;
}
.BgClassName
{
background-color: #71536B;
}
</style>
border-color css
<style>
span { border-color: #71536B; }
span { border-color: rgb(113,83,107); }
td.TdClassName
{
border-color: #71536B;
}
.TagClassName
{
border-color: #71536B;
}
</style>