Shades of Burnt Crimson #541F23
Tints of Burnt Crimson #541F23
RGB
CMYK
RGB Variations
Color information
#541F23 (or 0x541F23) is known color: Burnt Crimson. HEX triplet: 54, 1F and 23. RGB value is (84,31,35). Sum of RGB (Red+Green+Blue) = 84+31+35=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #541F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F23 is #ABE0DC. Grayscale: #2F2F2F. Windows color (decimal): -11264221 or 2301780. OLE color: 2301780.
HSL color Cylindrical-coordinate representation of color #541F23: hue angle of 355.47º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F23 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 35 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.67 |
| HSL | 355.47º | 0.46% | 0.23% | - |
| HSV(B) | 355.47º | 0.63% | 0.33% | - |
| XYZ | 4.45 | 2.99 | 1.93 | - |
| YUV | 47.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 35 | 0 | 0.63 | 0.58 | 0.67 | 355.47 | 0.46 | 0.23 |
| Hex | 54 | 1F | 23 | 0 | 3F | 3A | 43 | 163 | 2E | 17 |
| Octal | 124 | 37 | 43 | 0 | 77 | 72 | 103 | 543 | 56 | 27 |
| Binary | 1010100 | 11111 | 100011 | 0 | 111111 | 111010 | 1000011 | 101100011 | 101110 | 10111 |
Color Harmonies of #541F23
Complementary color
Monochromatic Colors of #541F23
Black with #541F23
Text Example
Text Example
White with #541F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F23; }
p { color: rgb(84,31,35); }
H1.HeaderClassName
{
color: #541F23;
}
.AnyTagClassName
{
color: #541F23;
}
</style>
background-color css
<style>
a { background-color: #541F23; }
a { background-color: rgb(84,31,35); }
div.DivClassName
{
background-color: #541F23;
}
.BgClassName
{
background-color: #541F23;
}
</style>
border-color css
<style>
span { border-color: #541F23; }
span { border-color: rgb(84,31,35); }
td.TdClassName
{
border-color: #541F23;
}
.TagClassName
{
border-color: #541F23;
}
</style>