Shades of Black Rose #512433
Tints of Black Rose #512433
RGB
CMYK
RGB Variations
Color information
#512433 (or 0x512433) is known color: Black Rose. HEX triplet: 51, 24 and 33. RGB value is (81,36,51). Sum of RGB (Red+Green+Blue) = 81+36+51=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #512433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512433 is #AEDBCC. Grayscale: #333333. Windows color (decimal): -11459533 or 3351633. OLE color: 3351633.
HSL color Cylindrical-coordinate representation of color #512433: hue angle of 340º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512433 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 36 | 51 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.68 |
| HSL | 340º | 0.38% | 0.23% | - |
| HSV(B) | 340º | 0.56% | 0.32% | - |
| XYZ | 4.62 | 3.25 | 3.52 | - |
| YUV | 51.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 51 | 0 | 0.56 | 0.37 | 0.68 | 340 | 0.38 | 0.23 |
| Hex | 51 | 24 | 33 | 0 | 38 | 25 | 44 | 154 | 26 | 17 |
| Octal | 121 | 44 | 63 | 0 | 70 | 45 | 104 | 524 | 46 | 27 |
| Binary | 1010001 | 100100 | 110011 | 0 | 111000 | 100101 | 1000100 | 101010100 | 100110 | 10111 |
Color Harmonies of #512433
Complementary color
Monochromatic Colors of #512433
Black with #512433
Text Example
Text Example
White with #512433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512433; }
p { color: rgb(81,36,51); }
H1.HeaderClassName
{
color: #512433;
}
.AnyTagClassName
{
color: #512433;
}
</style>
background-color css
<style>
a { background-color: #512433; }
a { background-color: rgb(81,36,51); }
div.DivClassName
{
background-color: #512433;
}
.BgClassName
{
background-color: #512433;
}
</style>
border-color css
<style>
span { border-color: #512433; }
span { border-color: rgb(81,36,51); }
td.TdClassName
{
border-color: #512433;
}
.TagClassName
{
border-color: #512433;
}
</style>