Shades of Red Berry #6F1825
Tints of Red Berry #6F1825
RGB
CMYK
RGB Variations
Color information
#6F1825 (or 0x6F1825) is known color: Red Berry. HEX triplet: 6F, 18 and 25. RGB value is (111,24,37). Sum of RGB (Red+Green+Blue) = 111+24+37=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1825 is #90E7DA. Grayscale: #333333. Windows color (decimal): -9496539 or 2431087. OLE color: 2431087.
HSL color Cylindrical-coordinate representation of color #6F1825: hue angle of 351.03º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1825 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 37 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.56 |
| HSL | 351.03º | 0.64% | 0.26% | - |
| HSV(B) | 351.03º | 0.78% | 0.44% | - |
| XYZ | 7.22 | 4.17 | 2.17 | - |
| YUV | 51.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 37 | 0 | 0.78 | 0.67 | 0.56 | 351.03 | 0.64 | 0.26 |
| Hex | 6F | 18 | 25 | 0 | 4E | 43 | 38 | 15F | 40 | 1A |
| Octal | 157 | 30 | 45 | 0 | 116 | 103 | 70 | 537 | 100 | 32 |
| Binary | 1101111 | 11000 | 100101 | 0 | 1001110 | 1000011 | 111000 | 101011111 | 1000000 | 11010 |
Color Harmonies of #6F1825
Complementary color
Monochromatic Colors of #6F1825
Black with #6F1825
Text Example
Text Example
White with #6F1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1825; }
p { color: rgb(111,24,37); }
H1.HeaderClassName
{
color: #6F1825;
}
.AnyTagClassName
{
color: #6F1825;
}
</style>
background-color css
<style>
a { background-color: #6F1825; }
a { background-color: rgb(111,24,37); }
div.DivClassName
{
background-color: #6F1825;
}
.BgClassName
{
background-color: #6F1825;
}
</style>
border-color css
<style>
span { border-color: #6F1825; }
span { border-color: rgb(111,24,37); }
td.TdClassName
{
border-color: #6F1825;
}
.TagClassName
{
border-color: #6F1825;
}
</style>