Shades of Red Berry #751A24
Tints of Red Berry #751A24
RGB
CMYK
RGB Variations
Color information
#751A24 (or 0x751A24) is known color: Red Berry. HEX triplet: 75, 1A and 24. RGB value is (117,26,36). Sum of RGB (Red+Green+Blue) = 117+26+36=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #751A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A24 is #8AE5DB. Grayscale: #363636. Windows color (decimal): -9102812 or 2366069. OLE color: 2366069.
HSL color Cylindrical-coordinate representation of color #751A24: hue angle of 353.41º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A24 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 36 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.54 |
| HSL | 353.41º | 0.64% | 0.28% | - |
| HSV(B) | 353.41º | 0.78% | 0.46% | - |
| XYZ | 8.02 | 4.65 | 2.14 | - |
| YUV | 54.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 36 | 0 | 0.78 | 0.69 | 0.54 | 353.41 | 0.64 | 0.28 |
| Hex | 75 | 1A | 24 | 0 | 4E | 45 | 36 | 161 | 40 | 1C |
| Octal | 165 | 32 | 44 | 0 | 116 | 105 | 66 | 541 | 100 | 34 |
| Binary | 1110101 | 11010 | 100100 | 0 | 1001110 | 1000101 | 110110 | 101100001 | 1000000 | 11100 |
Color Harmonies of #751A24
Complementary color
Monochromatic Colors of #751A24
Black with #751A24
Text Example
Text Example
White with #751A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A24; }
p { color: rgb(117,26,36); }
H1.HeaderClassName
{
color: #751A24;
}
.AnyTagClassName
{
color: #751A24;
}
</style>
background-color css
<style>
a { background-color: #751A24; }
a { background-color: rgb(117,26,36); }
div.DivClassName
{
background-color: #751A24;
}
.BgClassName
{
background-color: #751A24;
}
</style>
border-color css
<style>
span { border-color: #751A24; }
span { border-color: rgb(117,26,36); }
td.TdClassName
{
border-color: #751A24;
}
.TagClassName
{
border-color: #751A24;
}
</style>