Shades of Burnt Crimson #5C2629
Tints of Burnt Crimson #5C2629
RGB
CMYK
RGB Variations
Color information
#5C2629 (or 0x5C2629) is known color: Burnt Crimson. HEX triplet: 5C, 26 and 29. RGB value is (92,38,41). Sum of RGB (Red+Green+Blue) = 92+38+41=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2629 is #A3D9D6. Grayscale: #363636. Windows color (decimal): -10738135 or 2696796. OLE color: 2696796.
HSL color Cylindrical-coordinate representation of color #5C2629: hue angle of 356.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C2629 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 38 | 41 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.64 |
| HSL | 356.67º | 0.42% | 0.25% | - |
| HSV(B) | 356.67º | 0.59% | 0.36% | - |
| XYZ | 5.51 | 3.82 | 2.55 | - |
| YUV | 54.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 41 | 0 | 0.59 | 0.55 | 0.64 | 356.67 | 0.42 | 0.25 |
| Hex | 5C | 26 | 29 | 0 | 3B | 37 | 40 | 165 | 2A | 19 |
| Octal | 134 | 46 | 51 | 0 | 73 | 67 | 100 | 545 | 52 | 31 |
| Binary | 1011100 | 100110 | 101001 | 0 | 111011 | 110111 | 1000000 | 101100101 | 101010 | 11001 |
Color Harmonies of #5C2629
Complementary color
Monochromatic Colors of #5C2629
Black with #5C2629
Text Example
Text Example
White with #5C2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2629; }
p { color: rgb(92,38,41); }
H1.HeaderClassName
{
color: #5C2629;
}
.AnyTagClassName
{
color: #5C2629;
}
</style>
background-color css
<style>
a { background-color: #5C2629; }
a { background-color: rgb(92,38,41); }
div.DivClassName
{
background-color: #5C2629;
}
.BgClassName
{
background-color: #5C2629;
}
</style>
border-color css
<style>
span { border-color: #5C2629; }
span { border-color: rgb(92,38,41); }
td.TdClassName
{
border-color: #5C2629;
}
.TagClassName
{
border-color: #5C2629;
}
</style>