Shades of Black Rose #561830
Tints of Black Rose #561830
RGB
CMYK
RGB Variations
Color information
#561830 (or 0x561830) is known color: Black Rose. HEX triplet: 56, 18 and 30. RGB value is (86,24,48). Sum of RGB (Red+Green+Blue) = 86+24+48=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #561830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561830 is #A9E7CF. Grayscale: #2D2D2D. Windows color (decimal): -11134928 or 3151958. OLE color: 3151958.
HSL color Cylindrical-coordinate representation of color #561830: hue angle of 336.77º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561830 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 48 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.66 |
| HSL | 336.77º | 0.56% | 0.22% | - |
| HSV(B) | 336.77º | 0.72% | 0.34% | - |
| XYZ | 4.7 | 2.85 | 3.1 | - |
| YUV | 45.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 48 | 0 | 0.72 | 0.44 | 0.66 | 336.77 | 0.56 | 0.22 |
| Hex | 56 | 18 | 30 | 0 | 48 | 2C | 42 | 151 | 38 | 16 |
| Octal | 126 | 30 | 60 | 0 | 110 | 54 | 102 | 521 | 70 | 26 |
| Binary | 1010110 | 11000 | 110000 | 0 | 1001000 | 101100 | 1000010 | 101010001 | 111000 | 10110 |
Color Harmonies of #561830
Complementary color
Monochromatic Colors of #561830
Black with #561830
Text Example
Text Example
White with #561830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561830; }
p { color: rgb(86,24,48); }
H1.HeaderClassName
{
color: #561830;
}
.AnyTagClassName
{
color: #561830;
}
</style>
background-color css
<style>
a { background-color: #561830; }
a { background-color: rgb(86,24,48); }
div.DivClassName
{
background-color: #561830;
}
.BgClassName
{
background-color: #561830;
}
</style>
border-color css
<style>
span { border-color: #561830; }
span { border-color: rgb(86,24,48); }
td.TdClassName
{
border-color: #561830;
}
.TagClassName
{
border-color: #561830;
}
</style>