Shades of Red Berry #6E182A
Tints of Red Berry #6E182A
RGB
CMYK
RGB Variations
Color information
#6E182A (or 0x6E182A) is known color: Red Berry. HEX triplet: 6E, 18 and 2A. RGB value is (110,24,42). Sum of RGB (Red+Green+Blue) = 110+24+42=176 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.5% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 110 - color contains mainly: red. Hex color #6E182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E182A is #91E7D5. Grayscale: #333333. Windows color (decimal): -9562070 or 2758766. OLE color: 2758766.
HSL color Cylindrical-coordinate representation of color #6E182A: hue angle of 347.44º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E182A is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 24 | 42 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.57 |
| HSL | 347.44º | 0.64% | 0.26% | - |
| HSV(B) | 347.44º | 0.78% | 0.43% | - |
| XYZ | 7.17 | 4.14 | 2.61 | - |
| YUV | 51.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 42 | 0 | 0.78 | 0.62 | 0.57 | 347.44 | 0.64 | 0.26 |
| Hex | 6E | 18 | 2A | 0 | 4E | 3E | 39 | 15B | 40 | 1A |
| Octal | 156 | 30 | 52 | 0 | 116 | 76 | 71 | 533 | 100 | 32 |
| Binary | 1101110 | 11000 | 101010 | 0 | 1001110 | 111110 | 111001 | 101011011 | 1000000 | 11010 |
Color Harmonies of #6E182A
Complementary color
Monochromatic Colors of #6E182A
Black with #6E182A
Text Example
Text Example
White with #6E182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E182A; }
p { color: rgb(110,24,42); }
H1.HeaderClassName
{
color: #6E182A;
}
.AnyTagClassName
{
color: #6E182A;
}
</style>
background-color css
<style>
a { background-color: #6E182A; }
a { background-color: rgb(110,24,42); }
div.DivClassName
{
background-color: #6E182A;
}
.BgClassName
{
background-color: #6E182A;
}
</style>
border-color css
<style>
span { border-color: #6E182A; }
span { border-color: rgb(110,24,42); }
td.TdClassName
{
border-color: #6E182A;
}
.TagClassName
{
border-color: #6E182A;
}
</style>