Shades of Black Rose #521C2E
Tints of Black Rose #521C2E
RGB
CMYK
RGB Variations
Color information
#521C2E (or 0x521C2E) is known color: Black Rose. HEX triplet: 52, 1C and 2E. RGB value is (82,28,46). Sum of RGB (Red+Green+Blue) = 82+28+46=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2E is #ADE3D1. Grayscale: #2E2E2E. Windows color (decimal): -11396050 or 3021906. OLE color: 3021906.
HSL color Cylindrical-coordinate representation of color #521C2E: hue angle of 340º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C2E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 46 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.68 |
| HSL | 340º | 0.49% | 0.22% | - |
| HSV(B) | 340º | 0.66% | 0.32% | - |
| XYZ | 4.39 | 2.82 | 2.9 | - |
| YUV | 46.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 46 | 0 | 0.66 | 0.44 | 0.68 | 340 | 0.49 | 0.22 |
| Hex | 52 | 1C | 2E | 0 | 42 | 2C | 44 | 154 | 31 | 16 |
| Octal | 122 | 34 | 56 | 0 | 102 | 54 | 104 | 524 | 61 | 26 |
| Binary | 1010010 | 11100 | 101110 | 0 | 1000010 | 101100 | 1000100 | 101010100 | 110001 | 10110 |
Color Harmonies of #521C2E
Complementary color
Monochromatic Colors of #521C2E
Black with #521C2E
Text Example
Text Example
White with #521C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C2E; }
p { color: rgb(82,28,46); }
H1.HeaderClassName
{
color: #521C2E;
}
.AnyTagClassName
{
color: #521C2E;
}
</style>
background-color css
<style>
a { background-color: #521C2E; }
a { background-color: rgb(82,28,46); }
div.DivClassName
{
background-color: #521C2E;
}
.BgClassName
{
background-color: #521C2E;
}
</style>
border-color css
<style>
span { border-color: #521C2E; }
span { border-color: rgb(82,28,46); }
td.TdClassName
{
border-color: #521C2E;
}
.TagClassName
{
border-color: #521C2E;
}
</style>