Shades of Red Berry #6E172A
Tints of Red Berry #6E172A
RGB
CMYK
RGB Variations
Color information
#6E172A (or 0x6E172A) is known color: Red Berry. HEX triplet: 6E, 17 and 2A. RGB value is (110,23,42). Sum of RGB (Red+Green+Blue) = 110+23+42=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E172A is #91E8D5. Grayscale: #333333. Windows color (decimal): -9562326 or 2758510. OLE color: 2758510.
HSL color Cylindrical-coordinate representation of color #6E172A: hue angle of 346.9º 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 #6E172A is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 42 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.57 |
| HSL | 346.9º | 0.65% | 0.26% | - |
| HSV(B) | 346.9º | 0.79% | 0.43% | - |
| XYZ | 7.15 | 4.09 | 2.6 | - |
| YUV | 51.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 42 | 0 | 0.79 | 0.62 | 0.57 | 346.9 | 0.65 | 0.26 |
| Hex | 6E | 17 | 2A | 0 | 4F | 3E | 39 | 15B | 41 | 1A |
| Octal | 156 | 27 | 52 | 0 | 117 | 76 | 71 | 533 | 101 | 32 |
| Binary | 1101110 | 10111 | 101010 | 0 | 1001111 | 111110 | 111001 | 101011011 | 1000001 | 11010 |
Color Harmonies of #6E172A
Complementary color
Monochromatic Colors of #6E172A
Black with #6E172A
Text Example
Text Example
White with #6E172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E172A; }
p { color: rgb(110,23,42); }
H1.HeaderClassName
{
color: #6E172A;
}
.AnyTagClassName
{
color: #6E172A;
}
</style>
background-color css
<style>
a { background-color: #6E172A; }
a { background-color: rgb(110,23,42); }
div.DivClassName
{
background-color: #6E172A;
}
.BgClassName
{
background-color: #6E172A;
}
</style>
border-color css
<style>
span { border-color: #6E172A; }
span { border-color: rgb(110,23,42); }
td.TdClassName
{
border-color: #6E172A;
}
.TagClassName
{
border-color: #6E172A;
}
</style>