Shades of Red Berry #6F171A
Tints of Red Berry #6F171A
RGB
CMYK
RGB Variations
Color information
#6F171A (or 0x6F171A) is known color: Red Berry. HEX triplet: 6F, 17 and 1A. RGB value is (111,23,26). Sum of RGB (Red+Green+Blue) = 111+23+26=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F171A is #90E8E5. Grayscale: #313131. Windows color (decimal): -9496806 or 1709935. OLE color: 1709935.
HSL color Cylindrical-coordinate representation of color #6F171A: hue angle of 357.95º 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 #6F171A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 26 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.56 |
| HSL | 357.95º | 0.66% | 0.26% | - |
| HSV(B) | 357.95º | 0.79% | 0.44% | - |
| XYZ | 7.05 | 4.07 | 1.39 | - |
| YUV | 49.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 26 | 0 | 0.79 | 0.77 | 0.56 | 357.95 | 0.66 | 0.26 |
| Hex | 6F | 17 | 1A | 0 | 4F | 4D | 38 | 166 | 42 | 1A |
| Octal | 157 | 27 | 32 | 0 | 117 | 115 | 70 | 546 | 102 | 32 |
| Binary | 1101111 | 10111 | 11010 | 0 | 1001111 | 1001101 | 111000 | 101100110 | 1000010 | 11010 |
Color Harmonies of #6F171A
Complementary color
Monochromatic Colors of #6F171A
Black with #6F171A
Text Example
Text Example
White with #6F171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F171A; }
p { color: rgb(111,23,26); }
H1.HeaderClassName
{
color: #6F171A;
}
.AnyTagClassName
{
color: #6F171A;
}
</style>
background-color css
<style>
a { background-color: #6F171A; }
a { background-color: rgb(111,23,26); }
div.DivClassName
{
background-color: #6F171A;
}
.BgClassName
{
background-color: #6F171A;
}
</style>
border-color css
<style>
span { border-color: #6F171A; }
span { border-color: rgb(111,23,26); }
td.TdClassName
{
border-color: #6F171A;
}
.TagClassName
{
border-color: #6F171A;
}
</style>