Shades of Burnt Crimson #5F171A
Tints of Burnt Crimson #5F171A
RGB
CMYK
RGB Variations
Color information
#5F171A (or 0x5F171A) is known color: Burnt Crimson. HEX triplet: 5F, 17 and 1A. RGB value is (95,23,26). Sum of RGB (Red+Green+Blue) = 95+23+26=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F171A is #A0E8E5. Grayscale: #2C2C2C. Windows color (decimal): -10545382 or 1709919. OLE color: 1709919.
HSL color Cylindrical-coordinate representation of color #5F171A: hue angle of 357.5º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F171A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 26 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.63 |
| HSL | 357.5º | 0.61% | 0.23% | - |
| HSV(B) | 357.5º | 0.76% | 0.37% | - |
| XYZ | 5.21 | 3.12 | 1.3 | - |
| YUV | 44.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 26 | 0 | 0.76 | 0.73 | 0.63 | 357.5 | 0.61 | 0.23 |
| Hex | 5F | 17 | 1A | 0 | 4C | 49 | 3F | 166 | 3D | 17 |
| Octal | 137 | 27 | 32 | 0 | 114 | 111 | 77 | 546 | 75 | 27 |
| Binary | 1011111 | 10111 | 11010 | 0 | 1001100 | 1001001 | 111111 | 101100110 | 111101 | 10111 |
Color Harmonies of #5F171A
Complementary color
Monochromatic Colors of #5F171A
Black with #5F171A
Text Example
Text Example
White with #5F171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F171A; }
p { color: rgb(95,23,26); }
H1.HeaderClassName
{
color: #5F171A;
}
.AnyTagClassName
{
color: #5F171A;
}
</style>
background-color css
<style>
a { background-color: #5F171A; }
a { background-color: rgb(95,23,26); }
div.DivClassName
{
background-color: #5F171A;
}
.BgClassName
{
background-color: #5F171A;
}
</style>
border-color css
<style>
span { border-color: #5F171A; }
span { border-color: rgb(95,23,26); }
td.TdClassName
{
border-color: #5F171A;
}
.TagClassName
{
border-color: #5F171A;
}
</style>