Shades of Burnt Crimson #5D2328
Tints of Burnt Crimson #5D2328
RGB
CMYK
RGB Variations
Color information
#5D2328 (or 0x5D2328) is known color: Burnt Crimson. HEX triplet: 5D, 23 and 28. RGB value is (93,35,40). Sum of RGB (Red+Green+Blue) = 93+35+40=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2328 is #A2DCD7. Grayscale: #343434. Windows color (decimal): -10673368 or 2630493. OLE color: 2630493.
HSL color Cylindrical-coordinate representation of color #5D2328: hue angle of 354.83º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D2328 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 40 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.64 |
| HSL | 354.83º | 0.45% | 0.25% | - |
| HSV(B) | 354.83º | 0.62% | 0.36% | - |
| XYZ | 5.5 | 3.68 | 2.43 | - |
| YUV | 52.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 40 | 0 | 0.62 | 0.57 | 0.64 | 354.83 | 0.45 | 0.25 |
| Hex | 5D | 23 | 28 | 0 | 3E | 39 | 40 | 163 | 2D | 19 |
| Octal | 135 | 43 | 50 | 0 | 76 | 71 | 100 | 543 | 55 | 31 |
| Binary | 1011101 | 100011 | 101000 | 0 | 111110 | 111001 | 1000000 | 101100011 | 101101 | 11001 |
Color Harmonies of #5D2328
Complementary color
Monochromatic Colors of #5D2328
Black with #5D2328
Text Example
Text Example
White with #5D2328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2328; }
p { color: rgb(93,35,40); }
H1.HeaderClassName
{
color: #5D2328;
}
.AnyTagClassName
{
color: #5D2328;
}
</style>
background-color css
<style>
a { background-color: #5D2328; }
a { background-color: rgb(93,35,40); }
div.DivClassName
{
background-color: #5D2328;
}
.BgClassName
{
background-color: #5D2328;
}
</style>
border-color css
<style>
span { border-color: #5D2328; }
span { border-color: rgb(93,35,40); }
td.TdClassName
{
border-color: #5D2328;
}
.TagClassName
{
border-color: #5D2328;
}
</style>