Shades of Burnt Crimson #531A1F
Tints of Burnt Crimson #531A1F
RGB
CMYK
RGB Variations
Color information
#531A1F (or 0x531A1F) is known color: Burnt Crimson. HEX triplet: 53, 1A and 1F. RGB value is (83,26,31). Sum of RGB (Red+Green+Blue) = 83+26+31=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A1F is #ACE5E0. Grayscale: #2B2B2B. Windows color (decimal): -11331041 or 2038355. OLE color: 2038355.
HSL color Cylindrical-coordinate representation of color #531A1F: hue angle of 354.74º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A1F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 31 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.67 |
| HSL | 354.74º | 0.52% | 0.21% | - |
| HSV(B) | 354.74º | 0.69% | 0.33% | - |
| XYZ | 4.18 | 2.68 | 1.59 | - |
| YUV | 43.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 31 | 0 | 0.69 | 0.63 | 0.67 | 354.74 | 0.52 | 0.21 |
| Hex | 53 | 1A | 1F | 0 | 45 | 3F | 43 | 163 | 34 | 15 |
| Octal | 123 | 32 | 37 | 0 | 105 | 77 | 103 | 543 | 64 | 25 |
| Binary | 1010011 | 11010 | 11111 | 0 | 1000101 | 111111 | 1000011 | 101100011 | 110100 | 10101 |
Color Harmonies of #531A1F
Complementary color
Monochromatic Colors of #531A1F
Black with #531A1F
Text Example
Text Example
White with #531A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A1F; }
p { color: rgb(83,26,31); }
H1.HeaderClassName
{
color: #531A1F;
}
.AnyTagClassName
{
color: #531A1F;
}
</style>
background-color css
<style>
a { background-color: #531A1F; }
a { background-color: rgb(83,26,31); }
div.DivClassName
{
background-color: #531A1F;
}
.BgClassName
{
background-color: #531A1F;
}
</style>
border-color css
<style>
span { border-color: #531A1F; }
span { border-color: rgb(83,26,31); }
td.TdClassName
{
border-color: #531A1F;
}
.TagClassName
{
border-color: #531A1F;
}
</style>