Shades of Bulgarian Rose #42282C
Tints of Bulgarian Rose #42282C
RGB
CMYK
RGB Variations
Color information
#42282C (or 0x42282C) is known color: Bulgarian Rose. HEX triplet: 42, 28 and 2C. RGB value is (66,40,44). Sum of RGB (Red+Green+Blue) = 66+40+44=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282C is #BDD7D3. Grayscale: #303030. Windows color (decimal): -12441556 or 2893890. OLE color: 2893890.
HSL color Cylindrical-coordinate representation of color #42282C: hue angle of 350.77º degrees, saturation: 0.25, 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 #42282C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 40 | 44 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.74 |
| HSL | 350.77º | 0.25% | 0.21% | - |
| HSV(B) | 350.77º | 0.39% | 0.26% | - |
| XYZ | 3.46 | 2.86 | 2.75 | - |
| YUV | 48.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 44 | 0 | 0.39 | 0.33 | 0.74 | 350.77 | 0.25 | 0.21 |
| Hex | 42 | 28 | 2C | 0 | 27 | 21 | 4A | 15F | 19 | 15 |
| Octal | 102 | 50 | 54 | 0 | 47 | 41 | 112 | 537 | 31 | 25 |
| Binary | 1000010 | 101000 | 101100 | 0 | 100111 | 100001 | 1001010 | 101011111 | 11001 | 10101 |
Color Harmonies of #42282C
Complementary color
Monochromatic Colors of #42282C
Black with #42282C
Text Example
Text Example
White with #42282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42282C; }
p { color: rgb(66,40,44); }
H1.HeaderClassName
{
color: #42282C;
}
.AnyTagClassName
{
color: #42282C;
}
</style>
background-color css
<style>
a { background-color: #42282C; }
a { background-color: rgb(66,40,44); }
div.DivClassName
{
background-color: #42282C;
}
.BgClassName
{
background-color: #42282C;
}
</style>
border-color css
<style>
span { border-color: #42282C; }
span { border-color: rgb(66,40,44); }
td.TdClassName
{
border-color: #42282C;
}
.TagClassName
{
border-color: #42282C;
}
</style>