Shades of Red Berry #6F1628
Tints of Red Berry #6F1628
RGB
CMYK
RGB Variations
Color information
#6F1628 (or 0x6F1628) is known color: Red Berry. HEX triplet: 6F, 16 and 28. RGB value is (111,22,40). Sum of RGB (Red+Green+Blue) = 111+22+40=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1628 is #90E9D7. Grayscale: #323232. Windows color (decimal): -9497048 or 2627183. OLE color: 2627183.
HSL color Cylindrical-coordinate representation of color #6F1628: hue angle of 347.87º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1628 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 40 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.56 |
| HSL | 347.87º | 0.67% | 0.26% | - |
| HSV(B) | 347.87º | 0.8% | 0.44% | - |
| XYZ | 7.23 | 4.11 | 2.42 | - |
| YUV | 50.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 40 | 0 | 0.80 | 0.64 | 0.56 | 347.87 | 0.67 | 0.26 |
| Hex | 6F | 16 | 28 | 0 | 50 | 40 | 38 | 15C | 43 | 1A |
| Octal | 157 | 26 | 50 | 0 | 120 | 100 | 70 | 534 | 103 | 32 |
| Binary | 1101111 | 10110 | 101000 | 0 | 1010000 | 1000000 | 111000 | 101011100 | 1000011 | 11010 |
Color Harmonies of #6F1628
Complementary color
Monochromatic Colors of #6F1628
Black with #6F1628
Text Example
Text Example
White with #6F1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1628; }
p { color: rgb(111,22,40); }
H1.HeaderClassName
{
color: #6F1628;
}
.AnyTagClassName
{
color: #6F1628;
}
</style>
background-color css
<style>
a { background-color: #6F1628; }
a { background-color: rgb(111,22,40); }
div.DivClassName
{
background-color: #6F1628;
}
.BgClassName
{
background-color: #6F1628;
}
</style>
border-color css
<style>
span { border-color: #6F1628; }
span { border-color: rgb(111,22,40); }
td.TdClassName
{
border-color: #6F1628;
}
.TagClassName
{
border-color: #6F1628;
}
</style>