Shades of Red Berry #751C21
Tints of Red Berry #751C21
RGB
CMYK
RGB Variations
Color information
#751C21 (or 0x751C21) is known color: Red Berry. HEX triplet: 75, 1C and 21. RGB value is (117,28,33). Sum of RGB (Red+Green+Blue) = 117+28+33=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C21 is #8AE3DE. Grayscale: #373737. Windows color (decimal): -9102303 or 2169973. OLE color: 2169973.
HSL color Cylindrical-coordinate representation of color #751C21: hue angle of 356.63º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C21 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 33 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.54 |
| HSL | 356.63º | 0.61% | 0.28% | - |
| HSV(B) | 356.63º | 0.76% | 0.46% | - |
| XYZ | 8.03 | 4.72 | 1.93 | - |
| YUV | 55.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 33 | 0 | 0.76 | 0.72 | 0.54 | 356.63 | 0.61 | 0.28 |
| Hex | 75 | 1C | 21 | 0 | 4C | 48 | 36 | 165 | 3D | 1C |
| Octal | 165 | 34 | 41 | 0 | 114 | 110 | 66 | 545 | 75 | 34 |
| Binary | 1110101 | 11100 | 100001 | 0 | 1001100 | 1001000 | 110110 | 101100101 | 111101 | 11100 |
Color Harmonies of #751C21
Complementary color
Monochromatic Colors of #751C21
Black with #751C21
Text Example
Text Example
White with #751C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C21; }
p { color: rgb(117,28,33); }
H1.HeaderClassName
{
color: #751C21;
}
.AnyTagClassName
{
color: #751C21;
}
</style>
background-color css
<style>
a { background-color: #751C21; }
a { background-color: rgb(117,28,33); }
div.DivClassName
{
background-color: #751C21;
}
.BgClassName
{
background-color: #751C21;
}
</style>
border-color css
<style>
span { border-color: #751C21; }
span { border-color: rgb(117,28,33); }
td.TdClassName
{
border-color: #751C21;
}
.TagClassName
{
border-color: #751C21;
}
</style>