Shades of Red Berry #6F1328
Tints of Red Berry #6F1328
RGB
CMYK
RGB Variations
Color information
#6F1328 (or 0x6F1328) is known color: Red Berry. HEX triplet: 6F, 13 and 28. RGB value is (111,19,40). Sum of RGB (Red+Green+Blue) = 111+19+40=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1328 is #90ECD7. Grayscale: #303030. Windows color (decimal): -9497816 or 2626415. OLE color: 2626415.
HSL color Cylindrical-coordinate representation of color #6F1328: hue angle of 346.3º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1328 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 40 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.56 |
| HSL | 346.3º | 0.71% | 0.25% | - |
| HSV(B) | 346.3º | 0.83% | 0.44% | - |
| XYZ | 7.17 | 4 | 2.4 | - |
| YUV | 48.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 40 | 0 | 0.83 | 0.64 | 0.56 | 346.3 | 0.71 | 0.25 |
| Hex | 6F | 13 | 28 | 0 | 53 | 40 | 38 | 15A | 47 | 19 |
| Octal | 157 | 23 | 50 | 0 | 123 | 100 | 70 | 532 | 107 | 31 |
| Binary | 1101111 | 10011 | 101000 | 0 | 1010011 | 1000000 | 111000 | 101011010 | 1000111 | 11001 |
Color Harmonies of #6F1328
Complementary color
Monochromatic Colors of #6F1328
Black with #6F1328
Text Example
Text Example
White with #6F1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1328; }
p { color: rgb(111,19,40); }
H1.HeaderClassName
{
color: #6F1328;
}
.AnyTagClassName
{
color: #6F1328;
}
</style>
background-color css
<style>
a { background-color: #6F1328; }
a { background-color: rgb(111,19,40); }
div.DivClassName
{
background-color: #6F1328;
}
.BgClassName
{
background-color: #6F1328;
}
</style>
border-color css
<style>
span { border-color: #6F1328; }
span { border-color: rgb(111,19,40); }
td.TdClassName
{
border-color: #6F1328;
}
.TagClassName
{
border-color: #6F1328;
}
</style>