Shades of Red Berry #6E1719
Tints of Red Berry #6E1719
RGB
CMYK
RGB Variations
Color information
#6E1719 (or 0x6E1719) is known color: Red Berry. HEX triplet: 6E, 17 and 19. RGB value is (110,23,25). Sum of RGB (Red+Green+Blue) = 110+23+25=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1719 is #91E8E6. Grayscale: #313131. Windows color (decimal): -9562343 or 1644398. OLE color: 1644398.
HSL color Cylindrical-coordinate representation of color #6E1719: hue angle of 358.62º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1719 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 25 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.57 |
| HSL | 358.62º | 0.65% | 0.26% | - |
| HSV(B) | 358.62º | 0.79% | 0.43% | - |
| XYZ | 6.91 | 4 | 1.33 | - |
| YUV | 49.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 25 | 0 | 0.79 | 0.77 | 0.57 | 358.62 | 0.65 | 0.26 |
| Hex | 6E | 17 | 19 | 0 | 4F | 4D | 39 | 167 | 41 | 1A |
| Octal | 156 | 27 | 31 | 0 | 117 | 115 | 71 | 547 | 101 | 32 |
| Binary | 1101110 | 10111 | 11001 | 0 | 1001111 | 1001101 | 111001 | 101100111 | 1000001 | 11010 |
Color Harmonies of #6E1719
Complementary color
Monochromatic Colors of #6E1719
Black with #6E1719
Text Example
Text Example
White with #6E1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1719; }
p { color: rgb(110,23,25); }
H1.HeaderClassName
{
color: #6E1719;
}
.AnyTagClassName
{
color: #6E1719;
}
</style>
background-color css
<style>
a { background-color: #6E1719; }
a { background-color: rgb(110,23,25); }
div.DivClassName
{
background-color: #6E1719;
}
.BgClassName
{
background-color: #6E1719;
}
</style>
border-color css
<style>
span { border-color: #6E1719; }
span { border-color: rgb(110,23,25); }
td.TdClassName
{
border-color: #6E1719;
}
.TagClassName
{
border-color: #6E1719;
}
</style>