Shades of Burnt Crimson #55151B
Tints of Burnt Crimson #55151B
RGB
CMYK
RGB Variations
Color information
#55151B (or 0x55151B) is known color: Burnt Crimson. HEX triplet: 55, 15 and 1B. RGB value is (85,21,27). Sum of RGB (Red+Green+Blue) = 85+21+27=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55151B is #AAEAE4. Grayscale: #282828. Windows color (decimal): -11201253 or 1774933. OLE color: 1774933.
HSL color Cylindrical-coordinate representation of color #55151B: hue angle of 354.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55151B is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 27 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.67 |
| HSL | 354.38º | 0.6% | 0.21% | - |
| HSV(B) | 354.38º | 0.75% | 0.33% | - |
| XYZ | 4.21 | 2.55 | 1.31 | - |
| YUV | 40.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 27 | 0 | 0.75 | 0.68 | 0.67 | 354.38 | 0.6 | 0.21 |
| Hex | 55 | 15 | 1B | 0 | 4B | 44 | 43 | 162 | 3C | 15 |
| Octal | 125 | 25 | 33 | 0 | 113 | 104 | 103 | 542 | 74 | 25 |
| Binary | 1010101 | 10101 | 11011 | 0 | 1001011 | 1000100 | 1000011 | 101100010 | 111100 | 10101 |
Color Harmonies of #55151B
Complementary color
Monochromatic Colors of #55151B
Black with #55151B
Text Example
Text Example
White with #55151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55151B; }
p { color: rgb(85,21,27); }
H1.HeaderClassName
{
color: #55151B;
}
.AnyTagClassName
{
color: #55151B;
}
</style>
background-color css
<style>
a { background-color: #55151B; }
a { background-color: rgb(85,21,27); }
div.DivClassName
{
background-color: #55151B;
}
.BgClassName
{
background-color: #55151B;
}
</style>
border-color css
<style>
span { border-color: #55151B; }
span { border-color: rgb(85,21,27); }
td.TdClassName
{
border-color: #55151B;
}
.TagClassName
{
border-color: #55151B;
}
</style>