Shades of Burnt Crimson #572325
Tints of Burnt Crimson #572325
RGB
CMYK
RGB Variations
Color information
#572325 (or 0x572325) is known color: Burnt Crimson. HEX triplet: 57, 23 and 25. RGB value is (87,35,37). Sum of RGB (Red+Green+Blue) = 87+35+37=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #572325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572325 is #A8DCDA. Grayscale: #323232. Windows color (decimal): -11066587 or 2433879. OLE color: 2433879.
HSL color Cylindrical-coordinate representation of color #572325: hue angle of 357.69º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572325 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 35 | 37 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.66 |
| HSL | 357.69º | 0.43% | 0.24% | - |
| HSV(B) | 357.69º | 0.6% | 0.34% | - |
| XYZ | 4.87 | 3.36 | 2.14 | - |
| YUV | 50.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 37 | 0 | 0.60 | 0.57 | 0.66 | 357.69 | 0.43 | 0.24 |
| Hex | 57 | 23 | 25 | 0 | 3C | 39 | 42 | 166 | 2B | 18 |
| Octal | 127 | 43 | 45 | 0 | 74 | 71 | 102 | 546 | 53 | 30 |
| Binary | 1010111 | 100011 | 100101 | 0 | 111100 | 111001 | 1000010 | 101100110 | 101011 | 11000 |
Color Harmonies of #572325
Complementary color
Monochromatic Colors of #572325
Black with #572325
Text Example
Text Example
White with #572325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572325; }
p { color: rgb(87,35,37); }
H1.HeaderClassName
{
color: #572325;
}
.AnyTagClassName
{
color: #572325;
}
</style>
background-color css
<style>
a { background-color: #572325; }
a { background-color: rgb(87,35,37); }
div.DivClassName
{
background-color: #572325;
}
.BgClassName
{
background-color: #572325;
}
</style>
border-color css
<style>
span { border-color: #572325; }
span { border-color: rgb(87,35,37); }
td.TdClassName
{
border-color: #572325;
}
.TagClassName
{
border-color: #572325;
}
</style>