Shades of Bole #82473F
Tints of Bole #82473F
RGB
CMYK
RGB Variations
Color information
#82473F (or 0x82473F) is known color: Bole. HEX triplet: 82, 47 and 3F. RGB value is (130,71,63). Sum of RGB (Red+Green+Blue) = 130+71+63=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82473F is #7DB8C0. Grayscale: #575757. Windows color (decimal): -8239297 or 4147074. OLE color: 4147074.
HSL color Cylindrical-coordinate representation of color #82473F: hue angle of 7.16º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82473F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 63 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.49 |
| HSL | 7.16º | 0.35% | 0.38% | - |
| HSV(B) | 7.16º | 0.52% | 0.51% | - |
| XYZ | 12.36 | 9.61 | 5.91 | - |
| YUV | 87.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 63 | 0 | 0.45 | 0.52 | 0.49 | 7.16 | 0.35 | 0.38 |
| Hex | 82 | 47 | 3F | 0 | 2D | 34 | 31 | 7 | 23 | 26 |
| Octal | 202 | 107 | 77 | 0 | 55 | 64 | 61 | 7 | 43 | 46 |
| Binary | 10000010 | 1000111 | 111111 | 0 | 101101 | 110100 | 110001 | 111 | 100011 | 100110 |
Color Harmonies of #82473F
Complementary color
Monochromatic Colors of #82473F
Black with #82473F
Text Example
Text Example
White with #82473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82473F; }
p { color: rgb(130,71,63); }
H1.HeaderClassName
{
color: #82473F;
}
.AnyTagClassName
{
color: #82473F;
}
</style>
background-color css
<style>
a { background-color: #82473F; }
a { background-color: rgb(130,71,63); }
div.DivClassName
{
background-color: #82473F;
}
.BgClassName
{
background-color: #82473F;
}
</style>
border-color css
<style>
span { border-color: #82473F; }
span { border-color: rgb(130,71,63); }
td.TdClassName
{
border-color: #82473F;
}
.TagClassName
{
border-color: #82473F;
}
</style>