Shades of Red Berry #751D20
Tints of Red Berry #751D20
RGB
CMYK
RGB Variations
Color information
#751D20 (or 0x751D20) is known color: Red Berry. HEX triplet: 75, 1D and 20. RGB value is (117,29,32). Sum of RGB (Red+Green+Blue) = 117+29+32=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D20 is #8AE2DF. Grayscale: #373737. Windows color (decimal): -9102048 or 2104693. OLE color: 2104693.
HSL color Cylindrical-coordinate representation of color #751D20: hue angle of 357.95º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D20 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 32 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.54 |
| HSL | 357.95º | 0.6% | 0.29% | - |
| HSV(B) | 357.95º | 0.75% | 0.46% | - |
| XYZ | 8.04 | 4.76 | 1.86 | - |
| YUV | 55.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 32 | 0 | 0.75 | 0.73 | 0.54 | 357.95 | 0.6 | 0.29 |
| Hex | 75 | 1D | 20 | 0 | 4B | 49 | 36 | 166 | 3C | 1D |
| Octal | 165 | 35 | 40 | 0 | 113 | 111 | 66 | 546 | 74 | 35 |
| Binary | 1110101 | 11101 | 100000 | 0 | 1001011 | 1001001 | 110110 | 101100110 | 111100 | 11101 |
Color Harmonies of #751D20
Complementary color
Monochromatic Colors of #751D20
Black with #751D20
Text Example
Text Example
White with #751D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D20; }
p { color: rgb(117,29,32); }
H1.HeaderClassName
{
color: #751D20;
}
.AnyTagClassName
{
color: #751D20;
}
</style>
background-color css
<style>
a { background-color: #751D20; }
a { background-color: rgb(117,29,32); }
div.DivClassName
{
background-color: #751D20;
}
.BgClassName
{
background-color: #751D20;
}
</style>
border-color css
<style>
span { border-color: #751D20; }
span { border-color: rgb(117,29,32); }
td.TdClassName
{
border-color: #751D20;
}
.TagClassName
{
border-color: #751D20;
}
</style>