Shades of Bulgarian Rose #461E21
Tints of Bulgarian Rose #461E21
RGB
CMYK
RGB Variations
Color information
#461E21 (or 0x461E21) is known color: Bulgarian Rose. HEX triplet: 46, 1E and 21. RGB value is (70,30,33). Sum of RGB (Red+Green+Blue) = 70+30+33=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #461E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E21 is #B9E1DE. Grayscale: #2A2A2A. Windows color (decimal): -12181983 or 2170438. OLE color: 2170438.
HSL color Cylindrical-coordinate representation of color #461E21: hue angle of 355.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E21 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 33 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.73 |
| HSL | 355.5º | 0.4% | 0.2% | - |
| HSV(B) | 355.5º | 0.57% | 0.27% | - |
| XYZ | 3.26 | 2.34 | 1.72 | - |
| YUV | 42.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 33 | 0 | 0.57 | 0.53 | 0.73 | 355.5 | 0.4 | 0.2 |
| Hex | 46 | 1E | 21 | 0 | 39 | 35 | 49 | 164 | 28 | 14 |
| Octal | 106 | 36 | 41 | 0 | 71 | 65 | 111 | 544 | 50 | 24 |
| Binary | 1000110 | 11110 | 100001 | 0 | 111001 | 110101 | 1001001 | 101100100 | 101000 | 10100 |
Color Harmonies of #461E21
Complementary color
Monochromatic Colors of #461E21
Black with #461E21
Text Example
Text Example
White with #461E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E21; }
p { color: rgb(70,30,33); }
H1.HeaderClassName
{
color: #461E21;
}
.AnyTagClassName
{
color: #461E21;
}
</style>
background-color css
<style>
a { background-color: #461E21; }
a { background-color: rgb(70,30,33); }
div.DivClassName
{
background-color: #461E21;
}
.BgClassName
{
background-color: #461E21;
}
</style>
border-color css
<style>
span { border-color: #461E21; }
span { border-color: rgb(70,30,33); }
td.TdClassName
{
border-color: #461E21;
}
.TagClassName
{
border-color: #461E21;
}
</style>