Shades of Red Berry #751A22
Tints of Red Berry #751A22
RGB
CMYK
RGB Variations
Color information
#751A22 (or 0x751A22) is known color: Red Berry. HEX triplet: 75, 1A and 22. RGB value is (117,26,34). Sum of RGB (Red+Green+Blue) = 117+26+34=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #751A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A22 is #8AE5DD. Grayscale: #363636. Windows color (decimal): -9102814 or 2234997. OLE color: 2234997.
HSL color Cylindrical-coordinate representation of color #751A22: hue angle of 354.73º 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 #751A22 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 34 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.54 |
| HSL | 354.73º | 0.64% | 0.28% | - |
| HSV(B) | 354.73º | 0.78% | 0.46% | - |
| XYZ | 7.99 | 4.64 | 1.99 | - |
| YUV | 54.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 34 | 0 | 0.78 | 0.71 | 0.54 | 354.73 | 0.64 | 0.28 |
| Hex | 75 | 1A | 22 | 0 | 4E | 47 | 36 | 163 | 40 | 1C |
| Octal | 165 | 32 | 42 | 0 | 116 | 107 | 66 | 543 | 100 | 34 |
| Binary | 1110101 | 11010 | 100010 | 0 | 1001110 | 1000111 | 110110 | 101100011 | 1000000 | 11100 |
Color Harmonies of #751A22
Complementary color
Monochromatic Colors of #751A22
Black with #751A22
Text Example
Text Example
White with #751A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A22; }
p { color: rgb(117,26,34); }
H1.HeaderClassName
{
color: #751A22;
}
.AnyTagClassName
{
color: #751A22;
}
</style>
background-color css
<style>
a { background-color: #751A22; }
a { background-color: rgb(117,26,34); }
div.DivClassName
{
background-color: #751A22;
}
.BgClassName
{
background-color: #751A22;
}
</style>
border-color css
<style>
span { border-color: #751A22; }
span { border-color: rgb(117,26,34); }
td.TdClassName
{
border-color: #751A22;
}
.TagClassName
{
border-color: #751A22;
}
</style>