Shades of Burnt Crimson #551E1F
Tints of Burnt Crimson #551E1F
RGB
CMYK
RGB Variations
Color information
#551E1F (or 0x551E1F) is known color: Burnt Crimson. HEX triplet: 55, 1E and 1F. RGB value is (85,30,31). Sum of RGB (Red+Green+Blue) = 85+30+31=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E1F is #AAE1E0. Grayscale: #2E2E2E. Windows color (decimal): -11198945 or 2039381. OLE color: 2039381.
HSL color Cylindrical-coordinate representation of color #551E1F: hue angle of 358.91º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E1F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 31 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.67 |
| HSL | 358.91º | 0.48% | 0.23% | - |
| HSV(B) | 358.91º | 0.65% | 0.33% | - |
| XYZ | 4.46 | 2.96 | 1.63 | - |
| YUV | 46.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 31 | 0 | 0.65 | 0.64 | 0.67 | 358.91 | 0.48 | 0.23 |
| Hex | 55 | 1E | 1F | 0 | 41 | 40 | 43 | 167 | 30 | 17 |
| Octal | 125 | 36 | 37 | 0 | 101 | 100 | 103 | 547 | 60 | 27 |
| Binary | 1010101 | 11110 | 11111 | 0 | 1000001 | 1000000 | 1000011 | 101100111 | 110000 | 10111 |
Color Harmonies of #551E1F
Complementary color
Monochromatic Colors of #551E1F
Black with #551E1F
Text Example
Text Example
White with #551E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E1F; }
p { color: rgb(85,30,31); }
H1.HeaderClassName
{
color: #551E1F;
}
.AnyTagClassName
{
color: #551E1F;
}
</style>
background-color css
<style>
a { background-color: #551E1F; }
a { background-color: rgb(85,30,31); }
div.DivClassName
{
background-color: #551E1F;
}
.BgClassName
{
background-color: #551E1F;
}
</style>
border-color css
<style>
span { border-color: #551E1F; }
span { border-color: rgb(85,30,31); }
td.TdClassName
{
border-color: #551E1F;
}
.TagClassName
{
border-color: #551E1F;
}
</style>