Shades of Red Berry #72151C
Tints of Red Berry #72151C
RGB
CMYK
RGB Variations
Color information
#72151C (or 0x72151C) is known color: Red Berry. HEX triplet: 72, 15 and 1C. RGB value is (114,21,28). Sum of RGB (Red+Green+Blue) = 114+21+28=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72151C is #8DEAE3. Grayscale: #313131. Windows color (decimal): -9300708 or 1840498. OLE color: 1840498.
HSL color Cylindrical-coordinate representation of color #72151C: hue angle of 355.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72151C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 28 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.55 |
| HSL | 355.48º | 0.69% | 0.26% | - |
| HSV(B) | 355.48º | 0.82% | 0.45% | - |
| XYZ | 7.42 | 4.2 | 1.52 | - |
| YUV | 49.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 28 | 0 | 0.82 | 0.75 | 0.55 | 355.48 | 0.69 | 0.26 |
| Hex | 72 | 15 | 1C | 0 | 52 | 4B | 37 | 163 | 45 | 1A |
| Octal | 162 | 25 | 34 | 0 | 122 | 113 | 67 | 543 | 105 | 32 |
| Binary | 1110010 | 10101 | 11100 | 0 | 1010010 | 1001011 | 110111 | 101100011 | 1000101 | 11010 |
Color Harmonies of #72151C
Complementary color
Monochromatic Colors of #72151C
Black with #72151C
Text Example
Text Example
White with #72151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72151C; }
p { color: rgb(114,21,28); }
H1.HeaderClassName
{
color: #72151C;
}
.AnyTagClassName
{
color: #72151C;
}
</style>
background-color css
<style>
a { background-color: #72151C; }
a { background-color: rgb(114,21,28); }
div.DivClassName
{
background-color: #72151C;
}
.BgClassName
{
background-color: #72151C;
}
</style>
border-color css
<style>
span { border-color: #72151C; }
span { border-color: rgb(114,21,28); }
td.TdClassName
{
border-color: #72151C;
}
.TagClassName
{
border-color: #72151C;
}
</style>