Shades of Bulgarian Rose #43292B
Tints of Bulgarian Rose #43292B
RGB
CMYK
RGB Variations
Color information
#43292B (or 0x43292B) is known color: Bulgarian Rose. HEX triplet: 43, 29 and 2B. RGB value is (67,41,43). Sum of RGB (Red+Green+Blue) = 67+41+43=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #43292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43292B is #BCD6D4. Grayscale: #313131. Windows color (decimal): -12375765 or 2828611. OLE color: 2828611.
HSL color Cylindrical-coordinate representation of color #43292B: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43292B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 41 | 43 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.74 |
| HSL | 355.38º | 0.24% | 0.21% | - |
| HSV(B) | 355.38º | 0.39% | 0.26% | - |
| XYZ | 3.54 | 2.95 | 2.67 | - |
| YUV | 49 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 43 | 0 | 0.39 | 0.36 | 0.74 | 355.38 | 0.24 | 0.21 |
| Hex | 43 | 29 | 2B | 0 | 27 | 24 | 4A | 163 | 18 | 15 |
| Octal | 103 | 51 | 53 | 0 | 47 | 44 | 112 | 543 | 30 | 25 |
| Binary | 1000011 | 101001 | 101011 | 0 | 100111 | 100100 | 1001010 | 101100011 | 11000 | 10101 |
Color Harmonies of #43292B
Complementary color
Monochromatic Colors of #43292B
Black with #43292B
Text Example
Text Example
White with #43292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43292B; }
p { color: rgb(67,41,43); }
H1.HeaderClassName
{
color: #43292B;
}
.AnyTagClassName
{
color: #43292B;
}
</style>
background-color css
<style>
a { background-color: #43292B; }
a { background-color: rgb(67,41,43); }
div.DivClassName
{
background-color: #43292B;
}
.BgClassName
{
background-color: #43292B;
}
</style>
border-color css
<style>
span { border-color: #43292B; }
span { border-color: rgb(67,41,43); }
td.TdClassName
{
border-color: #43292B;
}
.TagClassName
{
border-color: #43292B;
}
</style>