Shades of Red Berry #6E1619
Tints of Red Berry #6E1619
RGB
CMYK
RGB Variations
Color information
#6E1619 (or 0x6E1619) is known color: Red Berry. HEX triplet: 6E, 16 and 19. RGB value is (110,22,25). Sum of RGB (Red+Green+Blue) = 110+22+25=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1619 is #91E9E6. Grayscale: #303030. Windows color (decimal): -9562599 or 1644142. OLE color: 1644142.
HSL color Cylindrical-coordinate representation of color #6E1619: hue angle of 357.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1619 is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 25 | - |
| CMYK | 0 | 0.8 | 0.77 | 0.57 |
| HSL | 357.95º | 0.67% | 0.26% | - |
| HSV(B) | 357.95º | 0.8% | 0.43% | - |
| XYZ | 6.89 | 3.96 | 1.32 | - |
| YUV | 48.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 25 | 0 | 0.8 | 0.77 | 0.57 | 357.95 | 0.67 | 0.26 |
| Hex | 6E | 16 | 19 | 0 | 50 | 4D | 39 | 166 | 43 | 1A |
| Octal | 156 | 26 | 31 | 0 | 120 | 115 | 71 | 546 | 103 | 32 |
| Binary | 1101110 | 10110 | 11001 | 0 | 1010000 | 1001101 | 111001 | 101100110 | 1000011 | 11010 |
Color Harmonies of #6E1619
Complementary color
Monochromatic Colors of #6E1619
Black with #6E1619
Text Example
Text Example
White with #6E1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1619; }
p { color: rgb(110,22,25); }
H1.HeaderClassName
{
color: #6E1619;
}
.AnyTagClassName
{
color: #6E1619;
}
</style>
background-color css
<style>
a { background-color: #6E1619; }
a { background-color: rgb(110,22,25); }
div.DivClassName
{
background-color: #6E1619;
}
.BgClassName
{
background-color: #6E1619;
}
</style>
border-color css
<style>
span { border-color: #6E1619; }
span { border-color: rgb(110,22,25); }
td.TdClassName
{
border-color: #6E1619;
}
.TagClassName
{
border-color: #6E1619;
}
</style>