Shades of Bulgarian Rose #431F20
Tints of Bulgarian Rose #431F20
RGB
CMYK
RGB Variations
Color information
#431F20 (or 0x431F20) is known color: Bulgarian Rose. HEX triplet: 43, 1F and 20. RGB value is (67,31,32). Sum of RGB (Red+Green+Blue) = 67+31+32=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F20 is #BCE0DF. Grayscale: #292929. Windows color (decimal): -12378336 or 2105155. OLE color: 2105155.
HSL color Cylindrical-coordinate representation of color #431F20: hue angle of 358.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F20 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 32 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.74 |
| HSL | 358.33º | 0.37% | 0.19% | - |
| HSV(B) | 358.33º | 0.54% | 0.26% | - |
| XYZ | 3.07 | 2.28 | 1.64 | - |
| YUV | 41.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 32 | 0 | 0.54 | 0.52 | 0.74 | 358.33 | 0.37 | 0.19 |
| Hex | 43 | 1F | 20 | 0 | 36 | 34 | 4A | 166 | 25 | 13 |
| Octal | 103 | 37 | 40 | 0 | 66 | 64 | 112 | 546 | 45 | 23 |
| Binary | 1000011 | 11111 | 100000 | 0 | 110110 | 110100 | 1001010 | 101100110 | 100101 | 10011 |
Color Harmonies of #431F20
Complementary color
Monochromatic Colors of #431F20
Black with #431F20
Text Example
Text Example
White with #431F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F20; }
p { color: rgb(67,31,32); }
H1.HeaderClassName
{
color: #431F20;
}
.AnyTagClassName
{
color: #431F20;
}
</style>
background-color css
<style>
a { background-color: #431F20; }
a { background-color: rgb(67,31,32); }
div.DivClassName
{
background-color: #431F20;
}
.BgClassName
{
background-color: #431F20;
}
</style>
border-color css
<style>
span { border-color: #431F20; }
span { border-color: rgb(67,31,32); }
td.TdClassName
{
border-color: #431F20;
}
.TagClassName
{
border-color: #431F20;
}
</style>