Shades of Burnt Crimson #531F23
Tints of Burnt Crimson #531F23
RGB
CMYK
RGB Variations
Color information
#531F23 (or 0x531F23) is known color: Burnt Crimson. HEX triplet: 53, 1F and 23. RGB value is (83,31,35). Sum of RGB (Red+Green+Blue) = 83+31+35=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F23 is #ACE0DC. Grayscale: #2F2F2F. Windows color (decimal): -11329757 or 2301779. OLE color: 2301779.
HSL color Cylindrical-coordinate representation of color #531F23: hue angle of 355.38º 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 #531F23 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 35 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.67 |
| HSL | 355.38º | 0.46% | 0.22% | - |
| HSV(B) | 355.38º | 0.63% | 0.33% | - |
| XYZ | 4.36 | 2.94 | 1.93 | - |
| YUV | 47 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 35 | 0 | 0.63 | 0.58 | 0.67 | 355.38 | 0.46 | 0.22 |
| Hex | 53 | 1F | 23 | 0 | 3F | 3A | 43 | 163 | 2E | 16 |
| Octal | 123 | 37 | 43 | 0 | 77 | 72 | 103 | 543 | 56 | 26 |
| Binary | 1010011 | 11111 | 100011 | 0 | 111111 | 111010 | 1000011 | 101100011 | 101110 | 10110 |
Color Harmonies of #531F23
Complementary color
Monochromatic Colors of #531F23
Black with #531F23
Text Example
Text Example
White with #531F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F23; }
p { color: rgb(83,31,35); }
H1.HeaderClassName
{
color: #531F23;
}
.AnyTagClassName
{
color: #531F23;
}
</style>
background-color css
<style>
a { background-color: #531F23; }
a { background-color: rgb(83,31,35); }
div.DivClassName
{
background-color: #531F23;
}
.BgClassName
{
background-color: #531F23;
}
</style>
border-color css
<style>
span { border-color: #531F23; }
span { border-color: rgb(83,31,35); }
td.TdClassName
{
border-color: #531F23;
}
.TagClassName
{
border-color: #531F23;
}
</style>