Shades of Lonestar #53272A
Tints of Lonestar #53272A
RGB
CMYK
RGB Variations
Color information
#53272A (or 0x53272A) is known color: Lonestar. HEX triplet: 53, 27 and 2A. RGB value is (83,39,42). Sum of RGB (Red+Green+Blue) = 83+39+42=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53272A is #ACD8D5. Grayscale: #343434. Windows color (decimal): -11327702 or 2762579. OLE color: 2762579.
HSL color Cylindrical-coordinate representation of color #53272A: hue angle of 355.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53272A is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 42 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.67 |
| HSL | 355.91º | 0.36% | 0.24% | - |
| HSV(B) | 355.91º | 0.53% | 0.33% | - |
| XYZ | 4.71 | 3.46 | 2.61 | - |
| YUV | 52.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 42 | 0 | 0.53 | 0.49 | 0.67 | 355.91 | 0.36 | 0.24 |
| Hex | 53 | 27 | 2A | 0 | 35 | 31 | 43 | 164 | 24 | 18 |
| Octal | 123 | 47 | 52 | 0 | 65 | 61 | 103 | 544 | 44 | 30 |
| Binary | 1010011 | 100111 | 101010 | 0 | 110101 | 110001 | 1000011 | 101100100 | 100100 | 11000 |
Color Harmonies of #53272A
Complementary color
Monochromatic Colors of #53272A
Black with #53272A
Text Example
Text Example
White with #53272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53272A; }
p { color: rgb(83,39,42); }
H1.HeaderClassName
{
color: #53272A;
}
.AnyTagClassName
{
color: #53272A;
}
</style>
background-color css
<style>
a { background-color: #53272A; }
a { background-color: rgb(83,39,42); }
div.DivClassName
{
background-color: #53272A;
}
.BgClassName
{
background-color: #53272A;
}
</style>
border-color css
<style>
span { border-color: #53272A; }
span { border-color: rgb(83,39,42); }
td.TdClassName
{
border-color: #53272A;
}
.TagClassName
{
border-color: #53272A;
}
</style>