Shades of Burnt Crimson #531B1F
Tints of Burnt Crimson #531B1F
RGB
CMYK
RGB Variations
Color information
#531B1F (or 0x531B1F) is known color: Burnt Crimson. HEX triplet: 53, 1B and 1F. RGB value is (83,27,31). Sum of RGB (Red+Green+Blue) = 83+27+31=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B1F is #ACE4E0. Grayscale: #2C2C2C. Windows color (decimal): -11330785 or 2038611. OLE color: 2038611.
HSL color Cylindrical-coordinate representation of color #531B1F: hue angle of 355.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B1F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 31 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.67 |
| HSL | 355.71º | 0.51% | 0.22% | - |
| HSV(B) | 355.71º | 0.67% | 0.33% | - |
| XYZ | 4.21 | 2.72 | 1.6 | - |
| YUV | 44.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 31 | 0 | 0.67 | 0.63 | 0.67 | 355.71 | 0.51 | 0.22 |
| Hex | 53 | 1B | 1F | 0 | 43 | 3F | 43 | 164 | 33 | 16 |
| Octal | 123 | 33 | 37 | 0 | 103 | 77 | 103 | 544 | 63 | 26 |
| Binary | 1010011 | 11011 | 11111 | 0 | 1000011 | 111111 | 1000011 | 101100100 | 110011 | 10110 |
Color Harmonies of #531B1F
Complementary color
Monochromatic Colors of #531B1F
Black with #531B1F
Text Example
Text Example
White with #531B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B1F; }
p { color: rgb(83,27,31); }
H1.HeaderClassName
{
color: #531B1F;
}
.AnyTagClassName
{
color: #531B1F;
}
</style>
background-color css
<style>
a { background-color: #531B1F; }
a { background-color: rgb(83,27,31); }
div.DivClassName
{
background-color: #531B1F;
}
.BgClassName
{
background-color: #531B1F;
}
</style>
border-color css
<style>
span { border-color: #531B1F; }
span { border-color: rgb(83,27,31); }
td.TdClassName
{
border-color: #531B1F;
}
.TagClassName
{
border-color: #531B1F;
}
</style>