Shades of Red Berry #750F21
Tints of Red Berry #750F21
RGB
CMYK
RGB Variations
Color information
#750F21 (or 0x750F21) is known color: Red Berry. HEX triplet: 75, 0F and 21. RGB value is (117,15,33). Sum of RGB (Red+Green+Blue) = 117+15+33=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #750F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F21 is #8AF0DE. Grayscale: #2F2F2F. Windows color (decimal): -9105631 or 2166645. OLE color: 2166645.
HSL color Cylindrical-coordinate representation of color #750F21: hue angle of 349.41º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F21 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 33 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.54 |
| HSL | 349.41º | 0.77% | 0.26% | - |
| HSV(B) | 349.41º | 0.87% | 0.46% | - |
| XYZ | 7.78 | 4.23 | 1.85 | - |
| YUV | 47.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 33 | 0 | 0.87 | 0.72 | 0.54 | 349.41 | 0.77 | 0.26 |
| Hex | 75 | F | 21 | 0 | 57 | 48 | 36 | 15D | 4D | 1A |
| Octal | 165 | 17 | 41 | 0 | 127 | 110 | 66 | 535 | 115 | 32 |
| Binary | 1110101 | 1111 | 100001 | 0 | 1010111 | 1001000 | 110110 | 101011101 | 1001101 | 11010 |
Color Harmonies of #750F21
Complementary color
Monochromatic Colors of #750F21
Black with #750F21
Text Example
Text Example
White with #750F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F21; }
p { color: rgb(117,15,33); }
H1.HeaderClassName
{
color: #750F21;
}
.AnyTagClassName
{
color: #750F21;
}
</style>
background-color css
<style>
a { background-color: #750F21; }
a { background-color: rgb(117,15,33); }
div.DivClassName
{
background-color: #750F21;
}
.BgClassName
{
background-color: #750F21;
}
</style>
border-color css
<style>
span { border-color: #750F21; }
span { border-color: rgb(117,15,33); }
td.TdClassName
{
border-color: #750F21;
}
.TagClassName
{
border-color: #750F21;
}
</style>