Shades of Bulgarian Rose #442A2B
Tints of Bulgarian Rose #442A2B
RGB
CMYK
RGB Variations
Color information
#442A2B (or 0x442A2B) is known color: Bulgarian Rose. HEX triplet: 44, 2A and 2B. RGB value is (68,42,43). Sum of RGB (Red+Green+Blue) = 68+42+43=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A2B is #BBD5D4. Grayscale: #313131. Windows color (decimal): -12309973 or 2828868. OLE color: 2828868.
HSL color Cylindrical-coordinate representation of color #442A2B: hue angle of 357.69º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A2B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 43 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.73 |
| HSL | 357.69º | 0.24% | 0.22% | - |
| HSV(B) | 357.69º | 0.38% | 0.27% | - |
| XYZ | 3.65 | 3.06 | 2.68 | - |
| YUV | 49.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 43 | 0 | 0.38 | 0.37 | 0.73 | 357.69 | 0.24 | 0.22 |
| Hex | 44 | 2A | 2B | 0 | 26 | 25 | 49 | 166 | 18 | 16 |
| Octal | 104 | 52 | 53 | 0 | 46 | 45 | 111 | 546 | 30 | 26 |
| Binary | 1000100 | 101010 | 101011 | 0 | 100110 | 100101 | 1001001 | 101100110 | 11000 | 10110 |
Color Harmonies of #442A2B
Complementary color
Monochromatic Colors of #442A2B
Black with #442A2B
Text Example
Text Example
White with #442A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A2B; }
p { color: rgb(68,42,43); }
H1.HeaderClassName
{
color: #442A2B;
}
.AnyTagClassName
{
color: #442A2B;
}
</style>
background-color css
<style>
a { background-color: #442A2B; }
a { background-color: rgb(68,42,43); }
div.DivClassName
{
background-color: #442A2B;
}
.BgClassName
{
background-color: #442A2B;
}
</style>
border-color css
<style>
span { border-color: #442A2B; }
span { border-color: rgb(68,42,43); }
td.TdClassName
{
border-color: #442A2B;
}
.TagClassName
{
border-color: #442A2B;
}
</style>