Shades of Burnt Crimson #531F24
Tints of Burnt Crimson #531F24
RGB
CMYK
RGB Variations
Color information
#531F24 (or 0x531F24) is known color: Burnt Crimson. HEX triplet: 53, 1F and 24. RGB value is (83,31,36). Sum of RGB (Red+Green+Blue) = 83+31+36=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #531F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F24 is #ACE0DB. Grayscale: #2F2F2F. Windows color (decimal): -11329756 or 2367315. OLE color: 2367315.
HSL color Cylindrical-coordinate representation of color #531F24: hue angle of 354.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F24 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 36 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.67 |
| HSL | 354.23º | 0.46% | 0.22% | - |
| HSV(B) | 354.23º | 0.63% | 0.33% | - |
| XYZ | 4.38 | 2.95 | 2.01 | - |
| YUV | 47.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 36 | 0 | 0.63 | 0.57 | 0.67 | 354.23 | 0.46 | 0.22 |
| Hex | 53 | 1F | 24 | 0 | 3F | 39 | 43 | 162 | 2E | 16 |
| Octal | 123 | 37 | 44 | 0 | 77 | 71 | 103 | 542 | 56 | 26 |
| Binary | 1010011 | 11111 | 100100 | 0 | 111111 | 111001 | 1000011 | 101100010 | 101110 | 10110 |
Color Harmonies of #531F24
Complementary color
Monochromatic Colors of #531F24
Black with #531F24
Text Example
Text Example
White with #531F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F24; }
p { color: rgb(83,31,36); }
H1.HeaderClassName
{
color: #531F24;
}
.AnyTagClassName
{
color: #531F24;
}
</style>
background-color css
<style>
a { background-color: #531F24; }
a { background-color: rgb(83,31,36); }
div.DivClassName
{
background-color: #531F24;
}
.BgClassName
{
background-color: #531F24;
}
</style>
border-color css
<style>
span { border-color: #531F24; }
span { border-color: rgb(83,31,36); }
td.TdClassName
{
border-color: #531F24;
}
.TagClassName
{
border-color: #531F24;
}
</style>