Shades of Bole #804743
Tints of Bole #804743
RGB
CMYK
RGB Variations
Color information
#804743 (or 0x804743) is known color: Bole. HEX triplet: 80, 47 and 43. RGB value is (128,71,67). Sum of RGB (Red+Green+Blue) = 128+71+67=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804743 is #7FB8BC. Grayscale: #575757. Windows color (decimal): -8370365 or 4409216. OLE color: 4409216.
HSL color Cylindrical-coordinate representation of color #804743: hue angle of 3.93º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804743 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 67 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.50 |
| HSL | 3.93º | 0.31% | 0.38% | - |
| HSV(B) | 3.93º | 0.48% | 0.5% | - |
| XYZ | 12.17 | 9.5 | 6.5 | - |
| YUV | 87.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 67 | 0 | 0.45 | 0.48 | 0.50 | 3.93 | 0.31 | 0.38 |
| Hex | 80 | 47 | 43 | 0 | 2D | 30 | 32 | 4 | 1F | 26 |
| Octal | 200 | 107 | 103 | 0 | 55 | 60 | 62 | 4 | 37 | 46 |
| Binary | 10000000 | 1000111 | 1000011 | 0 | 101101 | 110000 | 110010 | 100 | 11111 | 100110 |
Color Harmonies of #804743
Complementary color
Monochromatic Colors of #804743
Black with #804743
Text Example
Text Example
White with #804743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804743; }
p { color: rgb(128,71,67); }
H1.HeaderClassName
{
color: #804743;
}
.AnyTagClassName
{
color: #804743;
}
</style>
background-color css
<style>
a { background-color: #804743; }
a { background-color: rgb(128,71,67); }
div.DivClassName
{
background-color: #804743;
}
.BgClassName
{
background-color: #804743;
}
</style>
border-color css
<style>
span { border-color: #804743; }
span { border-color: rgb(128,71,67); }
td.TdClassName
{
border-color: #804743;
}
.TagClassName
{
border-color: #804743;
}
</style>