Shades of Lonestar #532025
Tints of Lonestar #532025
RGB
CMYK
RGB Variations
Color information
#532025 (or 0x532025) is known color: Lonestar. HEX triplet: 53, 20 and 25. RGB value is (83,32,37). Sum of RGB (Red+Green+Blue) = 83+32+37=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532025 is #ACDFDA. Grayscale: #2F2F2F. Windows color (decimal): -11329499 or 2433107. OLE color: 2433107.
HSL color Cylindrical-coordinate representation of color #532025: hue angle of 354.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532025 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 37 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.67 |
| HSL | 354.12º | 0.44% | 0.23% | - |
| HSV(B) | 354.12º | 0.61% | 0.33% | - |
| XYZ | 4.42 | 3.01 | 2.1 | - |
| YUV | 47.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 37 | 0 | 0.61 | 0.55 | 0.67 | 354.12 | 0.44 | 0.23 |
| Hex | 53 | 20 | 25 | 0 | 3D | 37 | 43 | 162 | 2C | 17 |
| Octal | 123 | 40 | 45 | 0 | 75 | 67 | 103 | 542 | 54 | 27 |
| Binary | 1010011 | 100000 | 100101 | 0 | 111101 | 110111 | 1000011 | 101100010 | 101100 | 10111 |
Color Harmonies of #532025
Complementary color
Monochromatic Colors of #532025
Black with #532025
Text Example
Text Example
White with #532025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532025; }
p { color: rgb(83,32,37); }
H1.HeaderClassName
{
color: #532025;
}
.AnyTagClassName
{
color: #532025;
}
</style>
background-color css
<style>
a { background-color: #532025; }
a { background-color: rgb(83,32,37); }
div.DivClassName
{
background-color: #532025;
}
.BgClassName
{
background-color: #532025;
}
</style>
border-color css
<style>
span { border-color: #532025; }
span { border-color: rgb(83,32,37); }
td.TdClassName
{
border-color: #532025;
}
.TagClassName
{
border-color: #532025;
}
</style>