Shades of Burnt Crimson #5D2527
Tints of Burnt Crimson #5D2527
RGB
CMYK
RGB Variations
Color information
#5D2527 (or 0x5D2527) is known color: Burnt Crimson. HEX triplet: 5D, 25 and 27. RGB value is (93,37,39). Sum of RGB (Red+Green+Blue) = 93+37+39=169 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.03% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2527 is #A2DAD8. Grayscale: #363636. Windows color (decimal): -10672857 or 2565469. OLE color: 2565469.
HSL color Cylindrical-coordinate representation of color #5D2527: hue angle of 357.86º 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 #5D2527 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 39 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.64 |
| HSL | 357.86º | 0.43% | 0.25% | - |
| HSV(B) | 357.86º | 0.6% | 0.36% | - |
| XYZ | 5.54 | 3.8 | 2.36 | - |
| YUV | 53.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 39 | 0 | 0.60 | 0.58 | 0.64 | 357.86 | 0.43 | 0.25 |
| Hex | 5D | 25 | 27 | 0 | 3C | 3A | 40 | 166 | 2B | 19 |
| Octal | 135 | 45 | 47 | 0 | 74 | 72 | 100 | 546 | 53 | 31 |
| Binary | 1011101 | 100101 | 100111 | 0 | 111100 | 111010 | 1000000 | 101100110 | 101011 | 11001 |
Color Harmonies of #5D2527
Complementary color
Monochromatic Colors of #5D2527
Black with #5D2527
Text Example
Text Example
White with #5D2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2527; }
p { color: rgb(93,37,39); }
H1.HeaderClassName
{
color: #5D2527;
}
.AnyTagClassName
{
color: #5D2527;
}
</style>
background-color css
<style>
a { background-color: #5D2527; }
a { background-color: rgb(93,37,39); }
div.DivClassName
{
background-color: #5D2527;
}
.BgClassName
{
background-color: #5D2527;
}
</style>
border-color css
<style>
span { border-color: #5D2527; }
span { border-color: rgb(93,37,39); }
td.TdClassName
{
border-color: #5D2527;
}
.TagClassName
{
border-color: #5D2527;
}
</style>