Shades of Red Berry #6F152A
Tints of Red Berry #6F152A
RGB
CMYK
RGB Variations
Color information
#6F152A (or 0x6F152A) is known color: Red Berry. HEX triplet: 6F, 15 and 2A. RGB value is (111,21,42). Sum of RGB (Red+Green+Blue) = 111+21+42=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F152A is #90EAD5. Grayscale: #323232. Windows color (decimal): -9497302 or 2757999. OLE color: 2757999.
HSL color Cylindrical-coordinate representation of color #6F152A: hue angle of 346º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F152A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 42 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.56 |
| HSL | 346º | 0.68% | 0.26% | - |
| HSV(B) | 346º | 0.81% | 0.44% | - |
| XYZ | 7.24 | 4.08 | 2.6 | - |
| YUV | 50.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 42 | 0 | 0.81 | 0.62 | 0.56 | 346 | 0.68 | 0.26 |
| Hex | 6F | 15 | 2A | 0 | 51 | 3E | 38 | 15A | 44 | 1A |
| Octal | 157 | 25 | 52 | 0 | 121 | 76 | 70 | 532 | 104 | 32 |
| Binary | 1101111 | 10101 | 101010 | 0 | 1010001 | 111110 | 111000 | 101011010 | 1000100 | 11010 |
Color Harmonies of #6F152A
Complementary color
Monochromatic Colors of #6F152A
Black with #6F152A
Text Example
Text Example
White with #6F152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F152A; }
p { color: rgb(111,21,42); }
H1.HeaderClassName
{
color: #6F152A;
}
.AnyTagClassName
{
color: #6F152A;
}
</style>
background-color css
<style>
a { background-color: #6F152A; }
a { background-color: rgb(111,21,42); }
div.DivClassName
{
background-color: #6F152A;
}
.BgClassName
{
background-color: #6F152A;
}
</style>
border-color css
<style>
span { border-color: #6F152A; }
span { border-color: rgb(111,21,42); }
td.TdClassName
{
border-color: #6F152A;
}
.TagClassName
{
border-color: #6F152A;
}
</style>