Shades of Lonestar #532225
Tints of Lonestar #532225
RGB
CMYK
RGB Variations
Color information
#532225 (or 0x532225) is known color: Lonestar. HEX triplet: 53, 22 and 25. RGB value is (83,34,37). Sum of RGB (Red+Green+Blue) = 83+34+37=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #532225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532225 is #ACDDDA. Grayscale: #313131. Windows color (decimal): -11328987 or 2433619. OLE color: 2433619.
HSL color Cylindrical-coordinate representation of color #532225: hue angle of 356.33º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532225 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 37 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.67 |
| HSL | 356.33º | 0.42% | 0.23% | - |
| HSV(B) | 356.33º | 0.59% | 0.33% | - |
| XYZ | 4.47 | 3.12 | 2.12 | - |
| YUV | 48.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 37 | 0 | 0.59 | 0.55 | 0.67 | 356.33 | 0.42 | 0.23 |
| Hex | 53 | 22 | 25 | 0 | 3B | 37 | 43 | 164 | 2A | 17 |
| Octal | 123 | 42 | 45 | 0 | 73 | 67 | 103 | 544 | 52 | 27 |
| Binary | 1010011 | 100010 | 100101 | 0 | 111011 | 110111 | 1000011 | 101100100 | 101010 | 10111 |
Color Harmonies of #532225
Complementary color
Monochromatic Colors of #532225
Black with #532225
Text Example
Text Example
White with #532225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532225; }
p { color: rgb(83,34,37); }
H1.HeaderClassName
{
color: #532225;
}
.AnyTagClassName
{
color: #532225;
}
</style>
background-color css
<style>
a { background-color: #532225; }
a { background-color: rgb(83,34,37); }
div.DivClassName
{
background-color: #532225;
}
.BgClassName
{
background-color: #532225;
}
</style>
border-color css
<style>
span { border-color: #532225; }
span { border-color: rgb(83,34,37); }
td.TdClassName
{
border-color: #532225;
}
.TagClassName
{
border-color: #532225;
}
</style>