Shades of Burnt Crimson #5D2529
Tints of Burnt Crimson #5D2529
RGB
CMYK
RGB Variations
Color information
#5D2529 (or 0x5D2529) is known color: Burnt Crimson. HEX triplet: 5D, 25 and 29. RGB value is (93,37,41). Sum of RGB (Red+Green+Blue) = 93+37+41=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2529 is #A2DAD6. Grayscale: #363636. Windows color (decimal): -10672855 or 2696541. OLE color: 2696541.
HSL color Cylindrical-coordinate representation of color #5D2529: hue angle of 355.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2529 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 41 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.64 |
| HSL | 355.71º | 0.43% | 0.25% | - |
| HSV(B) | 355.71º | 0.6% | 0.36% | - |
| XYZ | 5.58 | 3.81 | 2.54 | - |
| YUV | 54.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 41 | 0 | 0.60 | 0.56 | 0.64 | 355.71 | 0.43 | 0.25 |
| Hex | 5D | 25 | 29 | 0 | 3C | 38 | 40 | 164 | 2B | 19 |
| Octal | 135 | 45 | 51 | 0 | 74 | 70 | 100 | 544 | 53 | 31 |
| Binary | 1011101 | 100101 | 101001 | 0 | 111100 | 111000 | 1000000 | 101100100 | 101011 | 11001 |
Color Harmonies of #5D2529
Complementary color
Monochromatic Colors of #5D2529
Black with #5D2529
Text Example
Text Example
White with #5D2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2529; }
p { color: rgb(93,37,41); }
H1.HeaderClassName
{
color: #5D2529;
}
.AnyTagClassName
{
color: #5D2529;
}
</style>
background-color css
<style>
a { background-color: #5D2529; }
a { background-color: rgb(93,37,41); }
div.DivClassName
{
background-color: #5D2529;
}
.BgClassName
{
background-color: #5D2529;
}
</style>
border-color css
<style>
span { border-color: #5D2529; }
span { border-color: rgb(93,37,41); }
td.TdClassName
{
border-color: #5D2529;
}
.TagClassName
{
border-color: #5D2529;
}
</style>