Shades of Red Berry #6E191B
Tints of Red Berry #6E191B
RGB
CMYK
RGB Variations
Color information
#6E191B (or 0x6E191B) is known color: Red Berry. HEX triplet: 6E, 19 and 1B. RGB value is (110,25,27). Sum of RGB (Red+Green+Blue) = 110+25+27=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E191B is #91E6E4. Grayscale: #323232. Windows color (decimal): -9561829 or 1775982. OLE color: 1775982.
HSL color Cylindrical-coordinate representation of color #6E191B: hue angle of 358.59º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E191B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 25 | 27 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.57 |
| HSL | 358.59º | 0.63% | 0.26% | - |
| HSV(B) | 358.59º | 0.77% | 0.43% | - |
| XYZ | 6.98 | 4.09 | 1.46 | - |
| YUV | 50.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 27 | 0 | 0.77 | 0.75 | 0.57 | 358.59 | 0.63 | 0.26 |
| Hex | 6E | 19 | 1B | 0 | 4D | 4B | 39 | 167 | 3F | 1A |
| Octal | 156 | 31 | 33 | 0 | 115 | 113 | 71 | 547 | 77 | 32 |
| Binary | 1101110 | 11001 | 11011 | 0 | 1001101 | 1001011 | 111001 | 101100111 | 111111 | 11010 |
Color Harmonies of #6E191B
Complementary color
Monochromatic Colors of #6E191B
Black with #6E191B
Text Example
Text Example
White with #6E191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E191B; }
p { color: rgb(110,25,27); }
H1.HeaderClassName
{
color: #6E191B;
}
.AnyTagClassName
{
color: #6E191B;
}
</style>
background-color css
<style>
a { background-color: #6E191B; }
a { background-color: rgb(110,25,27); }
div.DivClassName
{
background-color: #6E191B;
}
.BgClassName
{
background-color: #6E191B;
}
</style>
border-color css
<style>
span { border-color: #6E191B; }
span { border-color: rgb(110,25,27); }
td.TdClassName
{
border-color: #6E191B;
}
.TagClassName
{
border-color: #6E191B;
}
</style>