Shades of Burnt Crimson #521B1E
Tints of Burnt Crimson #521B1E
RGB
CMYK
RGB Variations
Color information
#521B1E (or 0x521B1E) is known color: Burnt Crimson. HEX triplet: 52, 1B and 1E. RGB value is (82,27,30). Sum of RGB (Red+Green+Blue) = 82+27+30=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B1E is #ADE4E1. Grayscale: #2B2B2B. Windows color (decimal): -11396322 or 1973074. OLE color: 1973074.
HSL color Cylindrical-coordinate representation of color #521B1E: hue angle of 356.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B1E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 30 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.68 |
| HSL | 356.73º | 0.5% | 0.21% | - |
| HSV(B) | 356.73º | 0.67% | 0.32% | - |
| XYZ | 4.11 | 2.67 | 1.53 | - |
| YUV | 43.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 30 | 0 | 0.67 | 0.63 | 0.68 | 356.73 | 0.5 | 0.21 |
| Hex | 52 | 1B | 1E | 0 | 43 | 3F | 44 | 165 | 32 | 15 |
| Octal | 122 | 33 | 36 | 0 | 103 | 77 | 104 | 545 | 62 | 25 |
| Binary | 1010010 | 11011 | 11110 | 0 | 1000011 | 111111 | 1000100 | 101100101 | 110010 | 10101 |
Color Harmonies of #521B1E
Complementary color
Monochromatic Colors of #521B1E
Black with #521B1E
Text Example
Text Example
White with #521B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B1E; }
p { color: rgb(82,27,30); }
H1.HeaderClassName
{
color: #521B1E;
}
.AnyTagClassName
{
color: #521B1E;
}
</style>
background-color css
<style>
a { background-color: #521B1E; }
a { background-color: rgb(82,27,30); }
div.DivClassName
{
background-color: #521B1E;
}
.BgClassName
{
background-color: #521B1E;
}
</style>
border-color css
<style>
span { border-color: #521B1E; }
span { border-color: rgb(82,27,30); }
td.TdClassName
{
border-color: #521B1E;
}
.TagClassName
{
border-color: #521B1E;
}
</style>