Shades of Red Berry #6F1724
Tints of Red Berry #6F1724
RGB
CMYK
RGB Variations
Color information
#6F1724 (or 0x6F1724) is known color: Red Berry. HEX triplet: 6F, 17 and 24. RGB value is (111,23,36). Sum of RGB (Red+Green+Blue) = 111+23+36=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1724 is #90E8DB. Grayscale: #323232. Windows color (decimal): -9496796 or 2365295. OLE color: 2365295.
HSL color Cylindrical-coordinate representation of color #6F1724: hue angle of 351.14º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1724 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 36 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.56 |
| HSL | 351.14º | 0.66% | 0.26% | - |
| HSV(B) | 351.14º | 0.79% | 0.44% | - |
| XYZ | 7.18 | 4.12 | 2.09 | - |
| YUV | 50.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 36 | 0 | 0.79 | 0.68 | 0.56 | 351.14 | 0.66 | 0.26 |
| Hex | 6F | 17 | 24 | 0 | 4F | 44 | 38 | 15F | 42 | 1A |
| Octal | 157 | 27 | 44 | 0 | 117 | 104 | 70 | 537 | 102 | 32 |
| Binary | 1101111 | 10111 | 100100 | 0 | 1001111 | 1000100 | 111000 | 101011111 | 1000010 | 11010 |
Color Harmonies of #6F1724
Complementary color
Monochromatic Colors of #6F1724
Black with #6F1724
Text Example
Text Example
White with #6F1724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1724; }
p { color: rgb(111,23,36); }
H1.HeaderClassName
{
color: #6F1724;
}
.AnyTagClassName
{
color: #6F1724;
}
</style>
background-color css
<style>
a { background-color: #6F1724; }
a { background-color: rgb(111,23,36); }
div.DivClassName
{
background-color: #6F1724;
}
.BgClassName
{
background-color: #6F1724;
}
</style>
border-color css
<style>
span { border-color: #6F1724; }
span { border-color: rgb(111,23,36); }
td.TdClassName
{
border-color: #6F1724;
}
.TagClassName
{
border-color: #6F1724;
}
</style>