Shades of Bistre #45250D
Tints of Bistre #45250D
RGB
CMYK
RGB Variations
Color information
#45250D (or 0x45250D) is known color: Bistre. HEX triplet: 45, 25 and 0D. RGB value is (69,37,13). Sum of RGB (Red+Green+Blue) = 69+37+13=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #45250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45250D is #BADAF2. Grayscale: #2B2B2B. Windows color (decimal): -12245747 or 861509. OLE color: 861509.
HSL color Cylindrical-coordinate representation of color #45250D: hue angle of 25.71º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45250D is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 13 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.73 |
| HSL | 25.71º | 0.68% | 0.16% | - |
| HSV(B) | 25.71º | 0.81% | 0.27% | - |
| XYZ | 3.19 | 2.62 | 0.72 | - |
| YUV | 43.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 13 | 0 | 0.46 | 0.81 | 0.73 | 25.71 | 0.68 | 0.16 |
| Hex | 45 | 25 | D | 0 | 2E | 51 | 49 | 1A | 44 | 10 |
| Octal | 105 | 45 | 15 | 0 | 56 | 121 | 111 | 32 | 104 | 20 |
| Binary | 1000101 | 100101 | 1101 | 0 | 101110 | 1010001 | 1001001 | 11010 | 1000100 | 10000 |
Color Harmonies of #45250D
Complementary color
Monochromatic Colors of #45250D
Black with #45250D
Text Example
Text Example
White with #45250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45250D; }
p { color: rgb(69,37,13); }
H1.HeaderClassName
{
color: #45250D;
}
.AnyTagClassName
{
color: #45250D;
}
</style>
background-color css
<style>
a { background-color: #45250D; }
a { background-color: rgb(69,37,13); }
div.DivClassName
{
background-color: #45250D;
}
.BgClassName
{
background-color: #45250D;
}
</style>
border-color css
<style>
span { border-color: #45250D; }
span { border-color: rgb(69,37,13); }
td.TdClassName
{
border-color: #45250D;
}
.TagClassName
{
border-color: #45250D;
}
</style>