Shades of Red Berry #6F1618
Tints of Red Berry #6F1618
RGB
CMYK
RGB Variations
Color information
#6F1618 (or 0x6F1618) is known color: Red Berry. HEX triplet: 6F, 16 and 18. RGB value is (111,22,24). Sum of RGB (Red+Green+Blue) = 111+22+24=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1618 is #90E9E7. Grayscale: #303030. Windows color (decimal): -9497064 or 1578607. OLE color: 1578607.
HSL color Cylindrical-coordinate representation of color #6F1618: hue angle of 358.65º 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 #6F1618 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 24 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.56 |
| HSL | 358.65º | 0.67% | 0.26% | - |
| HSV(B) | 358.65º | 0.8% | 0.44% | - |
| XYZ | 7.01 | 4.02 | 1.27 | - |
| YUV | 48.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 24 | 0 | 0.80 | 0.78 | 0.56 | 358.65 | 0.67 | 0.26 |
| Hex | 6F | 16 | 18 | 0 | 50 | 4E | 38 | 167 | 43 | 1A |
| Octal | 157 | 26 | 30 | 0 | 120 | 116 | 70 | 547 | 103 | 32 |
| Binary | 1101111 | 10110 | 11000 | 0 | 1010000 | 1001110 | 111000 | 101100111 | 1000011 | 11010 |
Color Harmonies of #6F1618
Complementary color
Monochromatic Colors of #6F1618
Black with #6F1618
Text Example
Text Example
White with #6F1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1618; }
p { color: rgb(111,22,24); }
H1.HeaderClassName
{
color: #6F1618;
}
.AnyTagClassName
{
color: #6F1618;
}
</style>
background-color css
<style>
a { background-color: #6F1618; }
a { background-color: rgb(111,22,24); }
div.DivClassName
{
background-color: #6F1618;
}
.BgClassName
{
background-color: #6F1618;
}
</style>
border-color css
<style>
span { border-color: #6F1618; }
span { border-color: rgb(111,22,24); }
td.TdClassName
{
border-color: #6F1618;
}
.TagClassName
{
border-color: #6F1618;
}
</style>