Shades of Red Berry #82181C
Tints of Red Berry #82181C
RGB
CMYK
RGB Variations
Color information
#82181C (or 0x82181C) is known color: Red Berry. HEX triplet: 82, 18 and 1C. RGB value is (130,24,28). Sum of RGB (Red+Green+Blue) = 130+24+28=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #82181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82181C is #7DE7E3. Grayscale: #383838. Windows color (decimal): -8251364 or 1841282. OLE color: 1841282.
HSL color Cylindrical-coordinate representation of color #82181C: hue angle of 357.74º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82181C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 28 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.49 |
| HSL | 357.74º | 0.69% | 0.3% | - |
| HSV(B) | 357.74º | 0.82% | 0.51% | - |
| XYZ | 9.74 | 5.48 | 1.64 | - |
| YUV | 56.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 28 | 0 | 0.82 | 0.78 | 0.49 | 357.74 | 0.69 | 0.3 |
| Hex | 82 | 18 | 1C | 0 | 52 | 4E | 31 | 166 | 45 | 1E |
| Octal | 202 | 30 | 34 | 0 | 122 | 116 | 61 | 546 | 105 | 36 |
| Binary | 10000010 | 11000 | 11100 | 0 | 1010010 | 1001110 | 110001 | 101100110 | 1000101 | 11110 |
Color Harmonies of #82181C
Complementary color
Monochromatic Colors of #82181C
Black with #82181C
Text Example
Text Example
White with #82181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82181C; }
p { color: rgb(130,24,28); }
H1.HeaderClassName
{
color: #82181C;
}
.AnyTagClassName
{
color: #82181C;
}
</style>
background-color css
<style>
a { background-color: #82181C; }
a { background-color: rgb(130,24,28); }
div.DivClassName
{
background-color: #82181C;
}
.BgClassName
{
background-color: #82181C;
}
</style>
border-color css
<style>
span { border-color: #82181C; }
span { border-color: rgb(130,24,28); }
td.TdClassName
{
border-color: #82181C;
}
.TagClassName
{
border-color: #82181C;
}
</style>