Shades of Burnt Crimson #50191A
Tints of Burnt Crimson #50191A
RGB
CMYK
RGB Variations
Color information
#50191A (or 0x50191A) is known color: Burnt Crimson. HEX triplet: 50, 19 and 1A. RGB value is (80,25,26). Sum of RGB (Red+Green+Blue) = 80+25+26=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191A is #AFE6E5. Grayscale: #292929. Windows color (decimal): -11527910 or 1710416. OLE color: 1710416.
HSL color Cylindrical-coordinate representation of color #50191A: hue angle of 358.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50191A is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 26 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.69 |
| HSL | 358.91º | 0.52% | 0.21% | - |
| HSV(B) | 358.91º | 0.69% | 0.31% | - |
| XYZ | 3.84 | 2.48 | 1.25 | - |
| YUV | 41.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 26 | 0 | 0.69 | 0.67 | 0.69 | 358.91 | 0.52 | 0.21 |
| Hex | 50 | 19 | 1A | 0 | 45 | 43 | 45 | 167 | 34 | 15 |
| Octal | 120 | 31 | 32 | 0 | 105 | 103 | 105 | 547 | 64 | 25 |
| Binary | 1010000 | 11001 | 11010 | 0 | 1000101 | 1000011 | 1000101 | 101100111 | 110100 | 10101 |
Color Harmonies of #50191A
Complementary color
Monochromatic Colors of #50191A
Black with #50191A
Text Example
Text Example
White with #50191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50191A; }
p { color: rgb(80,25,26); }
H1.HeaderClassName
{
color: #50191A;
}
.AnyTagClassName
{
color: #50191A;
}
</style>
background-color css
<style>
a { background-color: #50191A; }
a { background-color: rgb(80,25,26); }
div.DivClassName
{
background-color: #50191A;
}
.BgClassName
{
background-color: #50191A;
}
</style>
border-color css
<style>
span { border-color: #50191A; }
span { border-color: rgb(80,25,26); }
td.TdClassName
{
border-color: #50191A;
}
.TagClassName
{
border-color: #50191A;
}
</style>