Shades of Burnt Crimson #531F22
Tints of Burnt Crimson #531F22
RGB
CMYK
RGB Variations
Color information
#531F22 (or 0x531F22) is known color: Burnt Crimson. HEX triplet: 53, 1F and 22. RGB value is (83,31,34). Sum of RGB (Red+Green+Blue) = 83+31+34=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F22 is #ACE0DD. Grayscale: #2E2E2E. Windows color (decimal): -11329758 or 2236243. OLE color: 2236243.
HSL color Cylindrical-coordinate representation of color #531F22: hue angle of 356.54º 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 #531F22 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 34 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.67 |
| HSL | 356.54º | 0.46% | 0.22% | - |
| HSV(B) | 356.54º | 0.63% | 0.33% | - |
| XYZ | 4.35 | 2.93 | 1.85 | - |
| YUV | 46.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 34 | 0 | 0.63 | 0.59 | 0.67 | 356.54 | 0.46 | 0.22 |
| Hex | 53 | 1F | 22 | 0 | 3F | 3B | 43 | 165 | 2E | 16 |
| Octal | 123 | 37 | 42 | 0 | 77 | 73 | 103 | 545 | 56 | 26 |
| Binary | 1010011 | 11111 | 100010 | 0 | 111111 | 111011 | 1000011 | 101100101 | 101110 | 10110 |
Color Harmonies of #531F22
Complementary color
Monochromatic Colors of #531F22
Black with #531F22
Text Example
Text Example
White with #531F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F22; }
p { color: rgb(83,31,34); }
H1.HeaderClassName
{
color: #531F22;
}
.AnyTagClassName
{
color: #531F22;
}
</style>
background-color css
<style>
a { background-color: #531F22; }
a { background-color: rgb(83,31,34); }
div.DivClassName
{
background-color: #531F22;
}
.BgClassName
{
background-color: #531F22;
}
</style>
border-color css
<style>
span { border-color: #531F22; }
span { border-color: rgb(83,31,34); }
td.TdClassName
{
border-color: #531F22;
}
.TagClassName
{
border-color: #531F22;
}
</style>