Shades of Black Rose #561A2F
Tints of Black Rose #561A2F
RGB
CMYK
RGB Variations
Color information
#561A2F (or 0x561A2F) is known color: Black Rose. HEX triplet: 56, 1A and 2F. RGB value is (86,26,47). Sum of RGB (Red+Green+Blue) = 86+26+47=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #561A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A2F is #A9E5D0. Grayscale: #2E2E2E. Windows color (decimal): -11134417 or 3086934. OLE color: 3086934.
HSL color Cylindrical-coordinate representation of color #561A2F: hue angle of 339º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A2F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 47 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.66 |
| HSL | 339º | 0.54% | 0.22% | - |
| HSV(B) | 339º | 0.7% | 0.34% | - |
| XYZ | 4.72 | 2.92 | 3 | - |
| YUV | 46.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 47 | 0 | 0.70 | 0.45 | 0.66 | 339 | 0.54 | 0.22 |
| Hex | 56 | 1A | 2F | 0 | 46 | 2D | 42 | 153 | 36 | 16 |
| Octal | 126 | 32 | 57 | 0 | 106 | 55 | 102 | 523 | 66 | 26 |
| Binary | 1010110 | 11010 | 101111 | 0 | 1000110 | 101101 | 1000010 | 101010011 | 110110 | 10110 |
Color Harmonies of #561A2F
Complementary color
Monochromatic Colors of #561A2F
Black with #561A2F
Text Example
Text Example
White with #561A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A2F; }
p { color: rgb(86,26,47); }
H1.HeaderClassName
{
color: #561A2F;
}
.AnyTagClassName
{
color: #561A2F;
}
</style>
background-color css
<style>
a { background-color: #561A2F; }
a { background-color: rgb(86,26,47); }
div.DivClassName
{
background-color: #561A2F;
}
.BgClassName
{
background-color: #561A2F;
}
</style>
border-color css
<style>
span { border-color: #561A2F; }
span { border-color: rgb(86,26,47); }
td.TdClassName
{
border-color: #561A2F;
}
.TagClassName
{
border-color: #561A2F;
}
</style>