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