Shades of Red Berry #811A1D
Tints of Red Berry #811A1D
RGB
CMYK
RGB Variations
Color information
#811A1D (or 0x811A1D) is known color: Red Berry. HEX triplet: 81, 1A and 1D. RGB value is (129,26,29). Sum of RGB (Red+Green+Blue) = 129+26+29=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #811A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A1D is #7EE5E2. Grayscale: #393939. Windows color (decimal): -8316387 or 1907329. OLE color: 1907329.
HSL color Cylindrical-coordinate representation of color #811A1D: hue angle of 358.25º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A1D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 29 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.49 |
| HSL | 358.25º | 0.66% | 0.3% | - |
| HSV(B) | 358.25º | 0.8% | 0.51% | - |
| XYZ | 9.64 | 5.49 | 1.71 | - |
| YUV | 57.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 29 | 0 | 0.80 | 0.78 | 0.49 | 358.25 | 0.66 | 0.3 |
| Hex | 81 | 1A | 1D | 0 | 50 | 4E | 31 | 166 | 42 | 1E |
| Octal | 201 | 32 | 35 | 0 | 120 | 116 | 61 | 546 | 102 | 36 |
| Binary | 10000001 | 11010 | 11101 | 0 | 1010000 | 1001110 | 110001 | 101100110 | 1000010 | 11110 |
Color Harmonies of #811A1D
Complementary color
Monochromatic Colors of #811A1D
Black with #811A1D
Text Example
Text Example
White with #811A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A1D; }
p { color: rgb(129,26,29); }
H1.HeaderClassName
{
color: #811A1D;
}
.AnyTagClassName
{
color: #811A1D;
}
</style>
background-color css
<style>
a { background-color: #811A1D; }
a { background-color: rgb(129,26,29); }
div.DivClassName
{
background-color: #811A1D;
}
.BgClassName
{
background-color: #811A1D;
}
</style>
border-color css
<style>
span { border-color: #811A1D; }
span { border-color: rgb(129,26,29); }
td.TdClassName
{
border-color: #811A1D;
}
.TagClassName
{
border-color: #811A1D;
}
</style>