Shades of Black Rose #512630
Tints of Black Rose #512630
RGB
CMYK
RGB Variations
Color information
#512630 (or 0x512630) is known color: Black Rose. HEX triplet: 51, 26 and 30. RGB value is (81,38,48). Sum of RGB (Red+Green+Blue) = 81+38+48=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #512630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512630 is #AED9CF. Grayscale: #343434. Windows color (decimal): -11459024 or 3155537. OLE color: 3155537.
HSL color Cylindrical-coordinate representation of color #512630: hue angle of 346.05º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512630 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 48 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.68 |
| HSL | 346.05º | 0.36% | 0.23% | - |
| HSV(B) | 346.05º | 0.53% | 0.32% | - |
| XYZ | 4.62 | 3.35 | 3.2 | - |
| YUV | 52 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 48 | 0 | 0.53 | 0.41 | 0.68 | 346.05 | 0.36 | 0.23 |
| Hex | 51 | 26 | 30 | 0 | 35 | 29 | 44 | 15A | 24 | 17 |
| Octal | 121 | 46 | 60 | 0 | 65 | 51 | 104 | 532 | 44 | 27 |
| Binary | 1010001 | 100110 | 110000 | 0 | 110101 | 101001 | 1000100 | 101011010 | 100100 | 10111 |
Color Harmonies of #512630
Complementary color
Monochromatic Colors of #512630
Black with #512630
Text Example
Text Example
White with #512630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512630; }
p { color: rgb(81,38,48); }
H1.HeaderClassName
{
color: #512630;
}
.AnyTagClassName
{
color: #512630;
}
</style>
background-color css
<style>
a { background-color: #512630; }
a { background-color: rgb(81,38,48); }
div.DivClassName
{
background-color: #512630;
}
.BgClassName
{
background-color: #512630;
}
</style>
border-color css
<style>
span { border-color: #512630; }
span { border-color: rgb(81,38,48); }
td.TdClassName
{
border-color: #512630;
}
.TagClassName
{
border-color: #512630;
}
</style>