Shades of Black Rose #502633
Tints of Black Rose #502633
RGB
CMYK
RGB Variations
Color information
#502633 (or 0x502633) is known color: Black Rose. HEX triplet: 50, 26 and 33. RGB value is (80,38,51). Sum of RGB (Red+Green+Blue) = 80+38+51=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502633 is #AFD9CC. Grayscale: #343434. Windows color (decimal): -11524557 or 3352144. OLE color: 3352144.
HSL color Cylindrical-coordinate representation of color #502633: hue angle of 341.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502633 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 51 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.69 |
| HSL | 341.43º | 0.36% | 0.23% | - |
| HSV(B) | 341.43º | 0.53% | 0.31% | - |
| XYZ | 4.6 | 3.33 | 3.53 | - |
| YUV | 52.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 51 | 0 | 0.52 | 0.36 | 0.69 | 341.43 | 0.36 | 0.23 |
| Hex | 50 | 26 | 33 | 0 | 34 | 24 | 45 | 155 | 24 | 17 |
| Octal | 120 | 46 | 63 | 0 | 64 | 44 | 105 | 525 | 44 | 27 |
| Binary | 1010000 | 100110 | 110011 | 0 | 110100 | 100100 | 1000101 | 101010101 | 100100 | 10111 |
Color Harmonies of #502633
Complementary color
Monochromatic Colors of #502633
Black with #502633
Text Example
Text Example
White with #502633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502633; }
p { color: rgb(80,38,51); }
H1.HeaderClassName
{
color: #502633;
}
.AnyTagClassName
{
color: #502633;
}
</style>
background-color css
<style>
a { background-color: #502633; }
a { background-color: rgb(80,38,51); }
div.DivClassName
{
background-color: #502633;
}
.BgClassName
{
background-color: #502633;
}
</style>
border-color css
<style>
span { border-color: #502633; }
span { border-color: rgb(80,38,51); }
td.TdClassName
{
border-color: #502633;
}
.TagClassName
{
border-color: #502633;
}
</style>