Shades of Red Berry #801C1E
Tints of Red Berry #801C1E
RGB
CMYK
RGB Variations
Color information
#801C1E (or 0x801C1E) is known color: Red Berry. HEX triplet: 80, 1C and 1E. RGB value is (128,28,30). Sum of RGB (Red+Green+Blue) = 128+28+30=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #801C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C1E is #7FE3E1. Grayscale: #3A3A3A. Windows color (decimal): -8381410 or 1973376. OLE color: 1973376.
HSL color Cylindrical-coordinate representation of color #801C1E: hue angle of 358.8º 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 #801C1E is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 30 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.50 |
| HSL | 358.8º | 0.64% | 0.31% | - |
| HSV(B) | 358.8º | 0.78% | 0.5% | - |
| XYZ | 9.55 | 5.51 | 1.79 | - |
| YUV | 58.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 30 | 0 | 0.78 | 0.77 | 0.50 | 358.8 | 0.64 | 0.31 |
| Hex | 80 | 1C | 1E | 0 | 4E | 4D | 32 | 167 | 40 | 1F |
| Octal | 200 | 34 | 36 | 0 | 116 | 115 | 62 | 547 | 100 | 37 |
| Binary | 10000000 | 11100 | 11110 | 0 | 1001110 | 1001101 | 110010 | 101100111 | 1000000 | 11111 |
Color Harmonies of #801C1E
Complementary color
Monochromatic Colors of #801C1E
Black with #801C1E
Text Example
Text Example
White with #801C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C1E; }
p { color: rgb(128,28,30); }
H1.HeaderClassName
{
color: #801C1E;
}
.AnyTagClassName
{
color: #801C1E;
}
</style>
background-color css
<style>
a { background-color: #801C1E; }
a { background-color: rgb(128,28,30); }
div.DivClassName
{
background-color: #801C1E;
}
.BgClassName
{
background-color: #801C1E;
}
</style>
border-color css
<style>
span { border-color: #801C1E; }
span { border-color: rgb(128,28,30); }
td.TdClassName
{
border-color: #801C1E;
}
.TagClassName
{
border-color: #801C1E;
}
</style>