Shades of Red Berry #6E1C27
Tints of Red Berry #6E1C27
RGB
CMYK
RGB Variations
Color information
#6E1C27 (or 0x6E1C27) is known color: Red Berry. HEX triplet: 6E, 1C and 27. RGB value is (110,28,39). Sum of RGB (Red+Green+Blue) = 110+28+39=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1C27 is #91E3D8. Grayscale: #353535. Windows color (decimal): -9561049 or 2563182. OLE color: 2563182.
HSL color Cylindrical-coordinate representation of color #6E1C27: hue angle of 351.95º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1C27 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 28 | 39 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.57 |
| HSL | 351.95º | 0.59% | 0.27% | - |
| HSV(B) | 351.95º | 0.75% | 0.43% | - |
| XYZ | 7.21 | 4.29 | 2.37 | - |
| YUV | 53.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 28 | 39 | 0 | 0.75 | 0.65 | 0.57 | 351.95 | 0.59 | 0.27 |
| Hex | 6E | 1C | 27 | 0 | 4B | 41 | 39 | 160 | 3B | 1B |
| Octal | 156 | 34 | 47 | 0 | 113 | 101 | 71 | 540 | 73 | 33 |
| Binary | 1101110 | 11100 | 100111 | 0 | 1001011 | 1000001 | 111001 | 101100000 | 111011 | 11011 |
Color Harmonies of #6E1C27
Complementary color
Monochromatic Colors of #6E1C27
Black with #6E1C27
Text Example
Text Example
White with #6E1C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1C27; }
p { color: rgb(110,28,39); }
H1.HeaderClassName
{
color: #6E1C27;
}
.AnyTagClassName
{
color: #6E1C27;
}
</style>
background-color css
<style>
a { background-color: #6E1C27; }
a { background-color: rgb(110,28,39); }
div.DivClassName
{
background-color: #6E1C27;
}
.BgClassName
{
background-color: #6E1C27;
}
</style>
border-color css
<style>
span { border-color: #6E1C27; }
span { border-color: rgb(110,28,39); }
td.TdClassName
{
border-color: #6E1C27;
}
.TagClassName
{
border-color: #6E1C27;
}
</style>