Shades of Red Berry #801A1D
Tints of Red Berry #801A1D
RGB
CMYK
RGB Variations
Color information
#801A1D (or 0x801A1D) is known color: Red Berry. HEX triplet: 80, 1A and 1D. RGB value is (128,26,29). Sum of RGB (Red+Green+Blue) = 128+26+29=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #801A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A1D is #7FE5E2. Grayscale: #383838. Windows color (decimal): -8381923 or 1907328. OLE color: 1907328.
HSL color Cylindrical-coordinate representation of color #801A1D: hue angle of 358.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A1D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 29 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.50 |
| HSL | 358.24º | 0.66% | 0.3% | - |
| HSV(B) | 358.24º | 0.8% | 0.5% | - |
| XYZ | 9.49 | 5.42 | 1.71 | - |
| YUV | 56.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 29 | 0 | 0.80 | 0.77 | 0.50 | 358.24 | 0.66 | 0.3 |
| Hex | 80 | 1A | 1D | 0 | 50 | 4D | 32 | 166 | 42 | 1E |
| Octal | 200 | 32 | 35 | 0 | 120 | 115 | 62 | 546 | 102 | 36 |
| Binary | 10000000 | 11010 | 11101 | 0 | 1010000 | 1001101 | 110010 | 101100110 | 1000010 | 11110 |
Color Harmonies of #801A1D
Complementary color
Monochromatic Colors of #801A1D
Black with #801A1D
Text Example
Text Example
White with #801A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A1D; }
p { color: rgb(128,26,29); }
H1.HeaderClassName
{
color: #801A1D;
}
.AnyTagClassName
{
color: #801A1D;
}
</style>
background-color css
<style>
a { background-color: #801A1D; }
a { background-color: rgb(128,26,29); }
div.DivClassName
{
background-color: #801A1D;
}
.BgClassName
{
background-color: #801A1D;
}
</style>
border-color css
<style>
span { border-color: #801A1D; }
span { border-color: rgb(128,26,29); }
td.TdClassName
{
border-color: #801A1D;
}
.TagClassName
{
border-color: #801A1D;
}
</style>