Shades of Lonestar #502428
Tints of Lonestar #502428
RGB
CMYK
RGB Variations
Color information
#502428 (or 0x502428) is known color: Lonestar. HEX triplet: 50, 24 and 28. RGB value is (80,36,40). Sum of RGB (Red+Green+Blue) = 80+36+40=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502428 is #AFDBD7. Grayscale: #313131. Windows color (decimal): -11525080 or 2630736. OLE color: 2630736.
HSL color Cylindrical-coordinate representation of color #502428: hue angle of 354.55º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502428 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 40 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.69 |
| HSL | 354.55º | 0.38% | 0.23% | - |
| HSV(B) | 354.55º | 0.55% | 0.31% | - |
| XYZ | 4.32 | 3.12 | 2.38 | - |
| YUV | 49.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 40 | 0 | 0.55 | 0.5 | 0.69 | 354.55 | 0.38 | 0.23 |
| Hex | 50 | 24 | 28 | 0 | 37 | 32 | 45 | 163 | 26 | 17 |
| Octal | 120 | 44 | 50 | 0 | 67 | 62 | 105 | 543 | 46 | 27 |
| Binary | 1010000 | 100100 | 101000 | 0 | 110111 | 110010 | 1000101 | 101100011 | 100110 | 10111 |
Color Harmonies of #502428
Complementary color
Monochromatic Colors of #502428
Black with #502428
Text Example
Text Example
White with #502428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502428; }
p { color: rgb(80,36,40); }
H1.HeaderClassName
{
color: #502428;
}
.AnyTagClassName
{
color: #502428;
}
</style>
background-color css
<style>
a { background-color: #502428; }
a { background-color: rgb(80,36,40); }
div.DivClassName
{
background-color: #502428;
}
.BgClassName
{
background-color: #502428;
}
</style>
border-color css
<style>
span { border-color: #502428; }
span { border-color: rgb(80,36,40); }
td.TdClassName
{
border-color: #502428;
}
.TagClassName
{
border-color: #502428;
}
</style>