Shades of Bulgarian Rose #412021
Tints of Bulgarian Rose #412021
RGB
CMYK
RGB Variations
Color information
#412021 (or 0x412021) is known color: Bulgarian Rose. HEX triplet: 41, 20 and 21. RGB value is (65,32,33). Sum of RGB (Red+Green+Blue) = 65+32+33=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412021 is #BEDFDE. Grayscale: #2A2A2A. Windows color (decimal): -12509151 or 2170945. OLE color: 2170945.
HSL color Cylindrical-coordinate representation of color #412021: hue angle of 358.18º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412021 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 33 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.75 |
| HSL | 358.18º | 0.34% | 0.19% | - |
| HSV(B) | 358.18º | 0.51% | 0.25% | - |
| XYZ | 2.97 | 2.27 | 1.72 | - |
| YUV | 41.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 33 | 0 | 0.51 | 0.49 | 0.75 | 358.18 | 0.34 | 0.19 |
| Hex | 41 | 20 | 21 | 0 | 33 | 31 | 4B | 166 | 22 | 13 |
| Octal | 101 | 40 | 41 | 0 | 63 | 61 | 113 | 546 | 42 | 23 |
| Binary | 1000001 | 100000 | 100001 | 0 | 110011 | 110001 | 1001011 | 101100110 | 100010 | 10011 |
Color Harmonies of #412021
Complementary color
Monochromatic Colors of #412021
Black with #412021
Text Example
Text Example
White with #412021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412021; }
p { color: rgb(65,32,33); }
H1.HeaderClassName
{
color: #412021;
}
.AnyTagClassName
{
color: #412021;
}
</style>
background-color css
<style>
a { background-color: #412021; }
a { background-color: rgb(65,32,33); }
div.DivClassName
{
background-color: #412021;
}
.BgClassName
{
background-color: #412021;
}
</style>
border-color css
<style>
span { border-color: #412021; }
span { border-color: rgb(65,32,33); }
td.TdClassName
{
border-color: #412021;
}
.TagClassName
{
border-color: #412021;
}
</style>