Shades of Red Berry #72131C
Tints of Red Berry #72131C
RGB
CMYK
RGB Variations
Color information
#72131C (or 0x72131C) is known color: Red Berry. HEX triplet: 72, 13 and 1C. RGB value is (114,19,28). Sum of RGB (Red+Green+Blue) = 114+19+28=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72131C is #8DECE3. Grayscale: #303030. Windows color (decimal): -9301220 or 1839986. OLE color: 1839986.
HSL color Cylindrical-coordinate representation of color #72131C: hue angle of 354.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72131C is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 28 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.55 |
| HSL | 354.32º | 0.71% | 0.26% | - |
| HSV(B) | 354.32º | 0.83% | 0.45% | - |
| XYZ | 7.38 | 4.13 | 1.51 | - |
| YUV | 48.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 28 | 0 | 0.83 | 0.75 | 0.55 | 354.32 | 0.71 | 0.26 |
| Hex | 72 | 13 | 1C | 0 | 53 | 4B | 37 | 162 | 47 | 1A |
| Octal | 162 | 23 | 34 | 0 | 123 | 113 | 67 | 542 | 107 | 32 |
| Binary | 1110010 | 10011 | 11100 | 0 | 1010011 | 1001011 | 110111 | 101100010 | 1000111 | 11010 |
Color Harmonies of #72131C
Complementary color
Monochromatic Colors of #72131C
Black with #72131C
Text Example
Text Example
White with #72131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72131C; }
p { color: rgb(114,19,28); }
H1.HeaderClassName
{
color: #72131C;
}
.AnyTagClassName
{
color: #72131C;
}
</style>
background-color css
<style>
a { background-color: #72131C; }
a { background-color: rgb(114,19,28); }
div.DivClassName
{
background-color: #72131C;
}
.BgClassName
{
background-color: #72131C;
}
</style>
border-color css
<style>
span { border-color: #72131C; }
span { border-color: rgb(114,19,28); }
td.TdClassName
{
border-color: #72131C;
}
.TagClassName
{
border-color: #72131C;
}
</style>