Shades of Red Berry #760F1F
Tints of Red Berry #760F1F
RGB
CMYK
RGB Variations
Color information
#760F1F (or 0x760F1F) is known color: Red Berry. HEX triplet: 76, 0F and 1F. RGB value is (118,15,31). Sum of RGB (Red+Green+Blue) = 118+15+31=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #760F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F1F is #89F0E0. Grayscale: #2F2F2F. Windows color (decimal): -9040097 or 2035574. OLE color: 2035574.
HSL color Cylindrical-coordinate representation of color #760F1F: hue angle of 350.68º 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 #760F1F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 31 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.54 |
| HSL | 350.68º | 0.77% | 0.26% | - |
| HSV(B) | 350.68º | 0.87% | 0.46% | - |
| XYZ | 7.89 | 4.29 | 1.71 | - |
| YUV | 47.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 31 | 0 | 0.87 | 0.74 | 0.54 | 350.68 | 0.77 | 0.26 |
| Hex | 76 | F | 1F | 0 | 57 | 4A | 36 | 15F | 4D | 1A |
| Octal | 166 | 17 | 37 | 0 | 127 | 112 | 66 | 537 | 115 | 32 |
| Binary | 1110110 | 1111 | 11111 | 0 | 1010111 | 1001010 | 110110 | 101011111 | 1001101 | 11010 |
Color Harmonies of #760F1F
Complementary color
Monochromatic Colors of #760F1F
Black with #760F1F
Text Example
Text Example
White with #760F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F1F; }
p { color: rgb(118,15,31); }
H1.HeaderClassName
{
color: #760F1F;
}
.AnyTagClassName
{
color: #760F1F;
}
</style>
background-color css
<style>
a { background-color: #760F1F; }
a { background-color: rgb(118,15,31); }
div.DivClassName
{
background-color: #760F1F;
}
.BgClassName
{
background-color: #760F1F;
}
</style>
border-color css
<style>
span { border-color: #760F1F; }
span { border-color: rgb(118,15,31); }
td.TdClassName
{
border-color: #760F1F;
}
.TagClassName
{
border-color: #760F1F;
}
</style>