Shades of Red Berry #72102A
Tints of Red Berry #72102A
RGB
CMYK
RGB Variations
Color information
#72102A (or 0x72102A) is known color: Red Berry. HEX triplet: 72, 10 and 2A. RGB value is (114,16,42). Sum of RGB (Red+Green+Blue) = 114+16+42=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #72102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72102A is #8DEFD5. Grayscale: #303030. Windows color (decimal): -9301974 or 2756722. OLE color: 2756722.
HSL color Cylindrical-coordinate representation of color #72102A: hue angle of 344.08º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72102A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 42 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.55 |
| HSL | 344.08º | 0.75% | 0.25% | - |
| HSV(B) | 344.08º | 0.86% | 0.45% | - |
| XYZ | 7.54 | 4.12 | 2.59 | - |
| YUV | 48.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 42 | 0 | 0.86 | 0.63 | 0.55 | 344.08 | 0.75 | 0.25 |
| Hex | 72 | 10 | 2A | 0 | 56 | 3F | 37 | 158 | 4B | 19 |
| Octal | 162 | 20 | 52 | 0 | 126 | 77 | 67 | 530 | 113 | 31 |
| Binary | 1110010 | 10000 | 101010 | 0 | 1010110 | 111111 | 110111 | 101011000 | 1001011 | 11001 |
Color Harmonies of #72102A
Complementary color
Monochromatic Colors of #72102A
Black with #72102A
Text Example
Text Example
White with #72102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72102A; }
p { color: rgb(114,16,42); }
H1.HeaderClassName
{
color: #72102A;
}
.AnyTagClassName
{
color: #72102A;
}
</style>
background-color css
<style>
a { background-color: #72102A; }
a { background-color: rgb(114,16,42); }
div.DivClassName
{
background-color: #72102A;
}
.BgClassName
{
background-color: #72102A;
}
</style>
border-color css
<style>
span { border-color: #72102A; }
span { border-color: rgb(114,16,42); }
td.TdClassName
{
border-color: #72102A;
}
.TagClassName
{
border-color: #72102A;
}
</style>