Shades of Red Berry #6F172A
Tints of Red Berry #6F172A
RGB
CMYK
RGB Variations
Color information
#6F172A (or 0x6F172A) is known color: Red Berry. HEX triplet: 6F, 17 and 2A. RGB value is (111,23,42). Sum of RGB (Red+Green+Blue) = 111+23+42=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F172A is #90E8D5. Grayscale: #333333. Windows color (decimal): -9496790 or 2758511. OLE color: 2758511.
HSL color Cylindrical-coordinate representation of color #6F172A: hue angle of 347.05º 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 #6F172A is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 42 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.56 |
| HSL | 347.05º | 0.66% | 0.26% | - |
| HSV(B) | 347.05º | 0.79% | 0.44% | - |
| XYZ | 7.28 | 4.16 | 2.61 | - |
| YUV | 51.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 42 | 0 | 0.79 | 0.62 | 0.56 | 347.05 | 0.66 | 0.26 |
| Hex | 6F | 17 | 2A | 0 | 4F | 3E | 38 | 15B | 42 | 1A |
| Octal | 157 | 27 | 52 | 0 | 117 | 76 | 70 | 533 | 102 | 32 |
| Binary | 1101111 | 10111 | 101010 | 0 | 1001111 | 111110 | 111000 | 101011011 | 1000010 | 11010 |
Color Harmonies of #6F172A
Complementary color
Monochromatic Colors of #6F172A
Black with #6F172A
Text Example
Text Example
White with #6F172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F172A; }
p { color: rgb(111,23,42); }
H1.HeaderClassName
{
color: #6F172A;
}
.AnyTagClassName
{
color: #6F172A;
}
</style>
background-color css
<style>
a { background-color: #6F172A; }
a { background-color: rgb(111,23,42); }
div.DivClassName
{
background-color: #6F172A;
}
.BgClassName
{
background-color: #6F172A;
}
</style>
border-color css
<style>
span { border-color: #6F172A; }
span { border-color: rgb(111,23,42); }
td.TdClassName
{
border-color: #6F172A;
}
.TagClassName
{
border-color: #6F172A;
}
</style>