Shades of Red Berry #72162B
Tints of Red Berry #72162B
RGB
CMYK
RGB Variations
Color information
#72162B (or 0x72162B) is known color: Red Berry. HEX triplet: 72, 16 and 2B. RGB value is (114,22,43). Sum of RGB (Red+Green+Blue) = 114+22+43=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72162B is #8DE9D4. Grayscale: #333333. Windows color (decimal): -9300437 or 2823794. OLE color: 2823794.
HSL color Cylindrical-coordinate representation of color #72162B: hue angle of 346.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72162B is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 43 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.55 |
| HSL | 346.3º | 0.68% | 0.27% | - |
| HSV(B) | 346.3º | 0.81% | 0.45% | - |
| XYZ | 7.66 | 4.33 | 2.72 | - |
| YUV | 51.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 43 | 0 | 0.81 | 0.62 | 0.55 | 346.3 | 0.68 | 0.27 |
| Hex | 72 | 16 | 2B | 0 | 51 | 3E | 37 | 15A | 44 | 1B |
| Octal | 162 | 26 | 53 | 0 | 121 | 76 | 67 | 532 | 104 | 33 |
| Binary | 1110010 | 10110 | 101011 | 0 | 1010001 | 111110 | 110111 | 101011010 | 1000100 | 11011 |
Color Harmonies of #72162B
Complementary color
Monochromatic Colors of #72162B
Black with #72162B
Text Example
Text Example
White with #72162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72162B; }
p { color: rgb(114,22,43); }
H1.HeaderClassName
{
color: #72162B;
}
.AnyTagClassName
{
color: #72162B;
}
</style>
background-color css
<style>
a { background-color: #72162B; }
a { background-color: rgb(114,22,43); }
div.DivClassName
{
background-color: #72162B;
}
.BgClassName
{
background-color: #72162B;
}
</style>
border-color css
<style>
span { border-color: #72162B; }
span { border-color: rgb(114,22,43); }
td.TdClassName
{
border-color: #72162B;
}
.TagClassName
{
border-color: #72162B;
}
</style>