Shades of Red Berry #751B20
Tints of Red Berry #751B20
RGB
CMYK
RGB Variations
Color information
#751B20 (or 0x751B20) is known color: Red Berry. HEX triplet: 75, 1B and 20. RGB value is (117,27,32). Sum of RGB (Red+Green+Blue) = 117+27+32=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B20 is #8AE4DF. Grayscale: #363636. Windows color (decimal): -9102560 or 2104181. OLE color: 2104181.
HSL color Cylindrical-coordinate representation of color #751B20: hue angle of 356.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B20 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 32 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.54 |
| HSL | 356.67º | 0.63% | 0.28% | - |
| HSV(B) | 356.67º | 0.77% | 0.46% | - |
| XYZ | 7.99 | 4.67 | 1.85 | - |
| YUV | 54.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 32 | 0 | 0.77 | 0.73 | 0.54 | 356.67 | 0.63 | 0.28 |
| Hex | 75 | 1B | 20 | 0 | 4D | 49 | 36 | 165 | 3E | 1C |
| Octal | 165 | 33 | 40 | 0 | 115 | 111 | 66 | 545 | 76 | 34 |
| Binary | 1110101 | 11011 | 100000 | 0 | 1001101 | 1001001 | 110110 | 101100101 | 111110 | 11100 |
Color Harmonies of #751B20
Complementary color
Monochromatic Colors of #751B20
Black with #751B20
Text Example
Text Example
White with #751B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B20; }
p { color: rgb(117,27,32); }
H1.HeaderClassName
{
color: #751B20;
}
.AnyTagClassName
{
color: #751B20;
}
</style>
background-color css
<style>
a { background-color: #751B20; }
a { background-color: rgb(117,27,32); }
div.DivClassName
{
background-color: #751B20;
}
.BgClassName
{
background-color: #751B20;
}
</style>
border-color css
<style>
span { border-color: #751B20; }
span { border-color: rgb(117,27,32); }
td.TdClassName
{
border-color: #751B20;
}
.TagClassName
{
border-color: #751B20;
}
</style>