Shades of Burnt Umber #80271C
Tints of Burnt Umber #80271C
RGB
CMYK
RGB Variations
Color information
#80271C (or 0x80271C) is known color: Burnt Umber. HEX triplet: 80, 27 and 1C. RGB value is (128,39,28). Sum of RGB (Red+Green+Blue) = 128+39+28=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80271C is #7FD8E3. Grayscale: #404040. Windows color (decimal): -8378596 or 1845120. OLE color: 1845120.
HSL color Cylindrical-coordinate representation of color #80271C: hue angle of 6.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80271C is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 28 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.50 |
| HSL | 6.6º | 0.64% | 0.31% | - |
| HSV(B) | 6.6º | 0.78% | 0.5% | - |
| XYZ | 9.84 | 6.12 | 1.76 | - |
| YUV | 64.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 28 | 0 | 0.70 | 0.78 | 0.50 | 6.6 | 0.64 | 0.31 |
| Hex | 80 | 27 | 1C | 0 | 46 | 4E | 32 | 7 | 40 | 1F |
| Octal | 200 | 47 | 34 | 0 | 106 | 116 | 62 | 7 | 100 | 37 |
| Binary | 10000000 | 100111 | 11100 | 0 | 1000110 | 1001110 | 110010 | 111 | 1000000 | 11111 |
Color Harmonies of #80271C
Complementary color
Monochromatic Colors of #80271C
Black with #80271C
Text Example
Text Example
White with #80271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80271C; }
p { color: rgb(128,39,28); }
H1.HeaderClassName
{
color: #80271C;
}
.AnyTagClassName
{
color: #80271C;
}
</style>
background-color css
<style>
a { background-color: #80271C; }
a { background-color: rgb(128,39,28); }
div.DivClassName
{
background-color: #80271C;
}
.BgClassName
{
background-color: #80271C;
}
</style>
border-color css
<style>
span { border-color: #80271C; }
span { border-color: rgb(128,39,28); }
td.TdClassName
{
border-color: #80271C;
}
.TagClassName
{
border-color: #80271C;
}
</style>