Shades of Black Rose #51262F
Tints of Black Rose #51262F
RGB
CMYK
RGB Variations
Color information
#51262F (or 0x51262F) is known color: Black Rose. HEX triplet: 51, 26 and 2F. RGB value is (81,38,47). Sum of RGB (Red+Green+Blue) = 81+38+47=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #51262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51262F is #AED9D0. Grayscale: #333333. Windows color (decimal): -11459025 or 3090001. OLE color: 3090001.
HSL color Cylindrical-coordinate representation of color #51262F: hue angle of 347.44º 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 #51262F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 47 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.68 |
| HSL | 347.44º | 0.36% | 0.23% | - |
| HSV(B) | 347.44º | 0.53% | 0.32% | - |
| XYZ | 4.6 | 3.34 | 3.09 | - |
| YUV | 51.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 47 | 0 | 0.53 | 0.42 | 0.68 | 347.44 | 0.36 | 0.23 |
| Hex | 51 | 26 | 2F | 0 | 35 | 2A | 44 | 15B | 24 | 17 |
| Octal | 121 | 46 | 57 | 0 | 65 | 52 | 104 | 533 | 44 | 27 |
| Binary | 1010001 | 100110 | 101111 | 0 | 110101 | 101010 | 1000100 | 101011011 | 100100 | 10111 |
Color Harmonies of #51262F
Complementary color
Monochromatic Colors of #51262F
Black with #51262F
Text Example
Text Example
White with #51262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51262F; }
p { color: rgb(81,38,47); }
H1.HeaderClassName
{
color: #51262F;
}
.AnyTagClassName
{
color: #51262F;
}
</style>
background-color css
<style>
a { background-color: #51262F; }
a { background-color: rgb(81,38,47); }
div.DivClassName
{
background-color: #51262F;
}
.BgClassName
{
background-color: #51262F;
}
</style>
border-color css
<style>
span { border-color: #51262F; }
span { border-color: rgb(81,38,47); }
td.TdClassName
{
border-color: #51262F;
}
.TagClassName
{
border-color: #51262F;
}
</style>