Shades of Burnt Crimson #5B1A1D
Tints of Burnt Crimson #5B1A1D
RGB
CMYK
RGB Variations
Color information
#5B1A1D (or 0x5B1A1D) is known color: Burnt Crimson. HEX triplet: 5B, 1A and 1D. RGB value is (91,26,29). Sum of RGB (Red+Green+Blue) = 91+26+29=146 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.33% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A1D is #A4E5E2. Grayscale: #2D2D2D. Windows color (decimal): -10806755 or 1907291. OLE color: 1907291.
HSL color Cylindrical-coordinate representation of color #5B1A1D: hue angle of 357.23º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B1A1D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 29 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.64 |
| HSL | 357.23º | 0.56% | 0.23% | - |
| HSV(B) | 357.23º | 0.71% | 0.36% | - |
| XYZ | 4.91 | 3.05 | 1.49 | - |
| YUV | 45.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 29 | 0 | 0.71 | 0.68 | 0.64 | 357.23 | 0.56 | 0.23 |
| Hex | 5B | 1A | 1D | 0 | 47 | 44 | 40 | 165 | 38 | 17 |
| Octal | 133 | 32 | 35 | 0 | 107 | 104 | 100 | 545 | 70 | 27 |
| Binary | 1011011 | 11010 | 11101 | 0 | 1000111 | 1000100 | 1000000 | 101100101 | 111000 | 10111 |
Color Harmonies of #5B1A1D
Complementary color
Monochromatic Colors of #5B1A1D
Black with #5B1A1D
Text Example
Text Example
White with #5B1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A1D; }
p { color: rgb(91,26,29); }
H1.HeaderClassName
{
color: #5B1A1D;
}
.AnyTagClassName
{
color: #5B1A1D;
}
</style>
background-color css
<style>
a { background-color: #5B1A1D; }
a { background-color: rgb(91,26,29); }
div.DivClassName
{
background-color: #5B1A1D;
}
.BgClassName
{
background-color: #5B1A1D;
}
</style>
border-color css
<style>
span { border-color: #5B1A1D; }
span { border-color: rgb(91,26,29); }
td.TdClassName
{
border-color: #5B1A1D;
}
.TagClassName
{
border-color: #5B1A1D;
}
</style>