Shades of Red Berry #72141C
Tints of Red Berry #72141C
RGB
CMYK
RGB Variations
Color information
#72141C (or 0x72141C) is known color: Red Berry. HEX triplet: 72, 14 and 1C. RGB value is (114,20,28). Sum of RGB (Red+Green+Blue) = 114+20+28=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72141C is #8DEBE3. Grayscale: #313131. Windows color (decimal): -9300964 or 1840242. OLE color: 1840242.
HSL color Cylindrical-coordinate representation of color #72141C: hue angle of 354.89º degrees, saturation: 0.7, 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 #72141C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 28 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.55 |
| HSL | 354.89º | 0.7% | 0.26% | - |
| HSV(B) | 354.89º | 0.82% | 0.45% | - |
| XYZ | 7.4 | 4.16 | 1.51 | - |
| YUV | 49.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 28 | 0 | 0.82 | 0.75 | 0.55 | 354.89 | 0.7 | 0.26 |
| Hex | 72 | 14 | 1C | 0 | 52 | 4B | 37 | 163 | 46 | 1A |
| Octal | 162 | 24 | 34 | 0 | 122 | 113 | 67 | 543 | 106 | 32 |
| Binary | 1110010 | 10100 | 11100 | 0 | 1010010 | 1001011 | 110111 | 101100011 | 1000110 | 11010 |
Color Harmonies of #72141C
Complementary color
Monochromatic Colors of #72141C
Black with #72141C
Text Example
Text Example
White with #72141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72141C; }
p { color: rgb(114,20,28); }
H1.HeaderClassName
{
color: #72141C;
}
.AnyTagClassName
{
color: #72141C;
}
</style>
background-color css
<style>
a { background-color: #72141C; }
a { background-color: rgb(114,20,28); }
div.DivClassName
{
background-color: #72141C;
}
.BgClassName
{
background-color: #72141C;
}
</style>
border-color css
<style>
span { border-color: #72141C; }
span { border-color: rgb(114,20,28); }
td.TdClassName
{
border-color: #72141C;
}
.TagClassName
{
border-color: #72141C;
}
</style>