Shades of Burnt Crimson #5C2127
Tints of Burnt Crimson #5C2127
RGB
CMYK
RGB Variations
Color information
#5C2127 (or 0x5C2127) is known color: Burnt Crimson. HEX triplet: 5C, 21 and 27. RGB value is (92,33,39). Sum of RGB (Red+Green+Blue) = 92+33+39=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2127 is #A3DED8. Grayscale: #333333. Windows color (decimal): -10739417 or 2564444. OLE color: 2564444.
HSL color Cylindrical-coordinate representation of color #5C2127: hue angle of 353.9º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2127 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 33 | 39 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.64 |
| HSL | 353.9º | 0.47% | 0.25% | - |
| HSV(B) | 353.9º | 0.64% | 0.36% | - |
| XYZ | 5.32 | 3.51 | 2.32 | - |
| YUV | 51.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 39 | 0 | 0.64 | 0.58 | 0.64 | 353.9 | 0.47 | 0.25 |
| Hex | 5C | 21 | 27 | 0 | 40 | 3A | 40 | 162 | 2F | 19 |
| Octal | 134 | 41 | 47 | 0 | 100 | 72 | 100 | 542 | 57 | 31 |
| Binary | 1011100 | 100001 | 100111 | 0 | 1000000 | 111010 | 1000000 | 101100010 | 101111 | 11001 |
Color Harmonies of #5C2127
Complementary color
Monochromatic Colors of #5C2127
Black with #5C2127
Text Example
Text Example
White with #5C2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2127; }
p { color: rgb(92,33,39); }
H1.HeaderClassName
{
color: #5C2127;
}
.AnyTagClassName
{
color: #5C2127;
}
</style>
background-color css
<style>
a { background-color: #5C2127; }
a { background-color: rgb(92,33,39); }
div.DivClassName
{
background-color: #5C2127;
}
.BgClassName
{
background-color: #5C2127;
}
</style>
border-color css
<style>
span { border-color: #5C2127; }
span { border-color: rgb(92,33,39); }
td.TdClassName
{
border-color: #5C2127;
}
.TagClassName
{
border-color: #5C2127;
}
</style>