Shades of Red Berry #80181B
Tints of Red Berry #80181B
RGB
CMYK
RGB Variations
Color information
#80181B (or 0x80181B) is known color: Red Berry. HEX triplet: 80, 18 and 1B. RGB value is (128,24,27). Sum of RGB (Red+Green+Blue) = 128+24+27=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #80181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80181B is #7FE7E4. Grayscale: #373737. Windows color (decimal): -8382437 or 1775744. OLE color: 1775744.
HSL color Cylindrical-coordinate representation of color #80181B: hue angle of 358.27º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80181B is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 27 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.50 |
| HSL | 358.27º | 0.68% | 0.3% | - |
| HSV(B) | 358.27º | 0.81% | 0.5% | - |
| XYZ | 9.43 | 5.32 | 1.57 | - |
| YUV | 55.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 27 | 0 | 0.81 | 0.79 | 0.50 | 358.27 | 0.68 | 0.3 |
| Hex | 80 | 18 | 1B | 0 | 51 | 4F | 32 | 166 | 44 | 1E |
| Octal | 200 | 30 | 33 | 0 | 121 | 117 | 62 | 546 | 104 | 36 |
| Binary | 10000000 | 11000 | 11011 | 0 | 1010001 | 1001111 | 110010 | 101100110 | 1000100 | 11110 |
Color Harmonies of #80181B
Complementary color
Monochromatic Colors of #80181B
Black with #80181B
Text Example
Text Example
White with #80181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80181B; }
p { color: rgb(128,24,27); }
H1.HeaderClassName
{
color: #80181B;
}
.AnyTagClassName
{
color: #80181B;
}
</style>
background-color css
<style>
a { background-color: #80181B; }
a { background-color: rgb(128,24,27); }
div.DivClassName
{
background-color: #80181B;
}
.BgClassName
{
background-color: #80181B;
}
</style>
border-color css
<style>
span { border-color: #80181B; }
span { border-color: rgb(128,24,27); }
td.TdClassName
{
border-color: #80181B;
}
.TagClassName
{
border-color: #80181B;
}
</style>