Shades of Bulgarian Rose #451F20
Tints of Bulgarian Rose #451F20
RGB
CMYK
RGB Variations
Color information
#451F20 (or 0x451F20) is known color: Bulgarian Rose. HEX triplet: 45, 1F and 20. RGB value is (69,31,32). Sum of RGB (Red+Green+Blue) = 69+31+32=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F20 is #BAE0DF. Grayscale: #2A2A2A. Windows color (decimal): -12247264 or 2105157. OLE color: 2105157.
HSL color Cylindrical-coordinate representation of color #451F20: hue angle of 358.42º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #451F20 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 32 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.73 |
| HSL | 358.42º | 0.38% | 0.2% | - |
| HSV(B) | 358.42º | 0.55% | 0.27% | - |
| XYZ | 3.2 | 2.35 | 1.65 | - |
| YUV | 42.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 32 | 0 | 0.55 | 0.54 | 0.73 | 358.42 | 0.38 | 0.2 |
| Hex | 45 | 1F | 20 | 0 | 37 | 36 | 49 | 166 | 26 | 14 |
| Octal | 105 | 37 | 40 | 0 | 67 | 66 | 111 | 546 | 46 | 24 |
| Binary | 1000101 | 11111 | 100000 | 0 | 110111 | 110110 | 1001001 | 101100110 | 100110 | 10100 |
Color Harmonies of #451F20
Complementary color
Monochromatic Colors of #451F20
Black with #451F20
Text Example
Text Example
White with #451F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F20; }
p { color: rgb(69,31,32); }
H1.HeaderClassName
{
color: #451F20;
}
.AnyTagClassName
{
color: #451F20;
}
</style>
background-color css
<style>
a { background-color: #451F20; }
a { background-color: rgb(69,31,32); }
div.DivClassName
{
background-color: #451F20;
}
.BgClassName
{
background-color: #451F20;
}
</style>
border-color css
<style>
span { border-color: #451F20; }
span { border-color: rgb(69,31,32); }
td.TdClassName
{
border-color: #451F20;
}
.TagClassName
{
border-color: #451F20;
}
</style>