Shades of Bistre #45250B
Tints of Bistre #45250B
RGB
CMYK
RGB Variations
Color information
#45250B (or 0x45250B) is known color: Bistre. HEX triplet: 45, 25 and 0B. RGB value is (69,37,11). Sum of RGB (Red+Green+Blue) = 69+37+11=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #45250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45250B is #BADAF4. Grayscale: #2B2B2B. Windows color (decimal): -12245749 or 730437. OLE color: 730437.
HSL color Cylindrical-coordinate representation of color #45250B: hue angle of 26.9º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45250B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 11 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.73 |
| HSL | 26.9º | 0.73% | 0.16% | - |
| HSV(B) | 26.9º | 0.84% | 0.27% | - |
| XYZ | 3.18 | 2.61 | 0.65 | - |
| YUV | 43.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 11 | 0 | 0.46 | 0.84 | 0.73 | 26.9 | 0.73 | 0.16 |
| Hex | 45 | 25 | B | 0 | 2E | 54 | 49 | 1B | 48 | 10 |
| Octal | 105 | 45 | 13 | 0 | 56 | 124 | 111 | 33 | 110 | 20 |
| Binary | 1000101 | 100101 | 1011 | 0 | 101110 | 1010100 | 1001001 | 11011 | 1001000 | 10000 |
Color Harmonies of #45250B
Complementary color
Monochromatic Colors of #45250B
Black with #45250B
Text Example
Text Example
White with #45250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45250B; }
p { color: rgb(69,37,11); }
H1.HeaderClassName
{
color: #45250B;
}
.AnyTagClassName
{
color: #45250B;
}
</style>
background-color css
<style>
a { background-color: #45250B; }
a { background-color: rgb(69,37,11); }
div.DivClassName
{
background-color: #45250B;
}
.BgClassName
{
background-color: #45250B;
}
</style>
border-color css
<style>
span { border-color: #45250B; }
span { border-color: rgb(69,37,11); }
td.TdClassName
{
border-color: #45250B;
}
.TagClassName
{
border-color: #45250B;
}
</style>