Shades of Bulgarian Rose #472023
Tints of Bulgarian Rose #472023
RGB
CMYK
RGB Variations
Color information
#472023 (or 0x472023) is known color: Bulgarian Rose. HEX triplet: 47, 20 and 23. RGB value is (71,32,35). Sum of RGB (Red+Green+Blue) = 71+32+35=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472023 is #B8DFDC. Grayscale: #2C2C2C. Windows color (decimal): -12115933 or 2302023. OLE color: 2302023.
HSL color Cylindrical-coordinate representation of color #472023: hue angle of 355.38º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472023 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 35 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.72 |
| HSL | 355.38º | 0.38% | 0.2% | - |
| HSV(B) | 355.38º | 0.55% | 0.28% | - |
| XYZ | 3.42 | 2.49 | 1.89 | - |
| YUV | 44 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 35 | 0 | 0.55 | 0.51 | 0.72 | 355.38 | 0.38 | 0.2 |
| Hex | 47 | 20 | 23 | 0 | 37 | 33 | 48 | 163 | 26 | 14 |
| Octal | 107 | 40 | 43 | 0 | 67 | 63 | 110 | 543 | 46 | 24 |
| Binary | 1000111 | 100000 | 100011 | 0 | 110111 | 110011 | 1001000 | 101100011 | 100110 | 10100 |
Color Harmonies of #472023
Complementary color
Monochromatic Colors of #472023
Black with #472023
Text Example
Text Example
White with #472023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472023; }
p { color: rgb(71,32,35); }
H1.HeaderClassName
{
color: #472023;
}
.AnyTagClassName
{
color: #472023;
}
</style>
background-color css
<style>
a { background-color: #472023; }
a { background-color: rgb(71,32,35); }
div.DivClassName
{
background-color: #472023;
}
.BgClassName
{
background-color: #472023;
}
</style>
border-color css
<style>
span { border-color: #472023; }
span { border-color: rgb(71,32,35); }
td.TdClassName
{
border-color: #472023;
}
.TagClassName
{
border-color: #472023;
}
</style>