Shades of Red Berry #6D192A
Tints of Red Berry #6D192A
RGB
CMYK
RGB Variations
Color information
#6D192A (or 0x6D192A) is known color: Red Berry. HEX triplet: 6D, 19 and 2A. RGB value is (109,25,42). Sum of RGB (Red+Green+Blue) = 109+25+42=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D192A is #92E6D5. Grayscale: #343434. Windows color (decimal): -9627350 or 2759021. OLE color: 2759021.
HSL color Cylindrical-coordinate representation of color #6D192A: hue angle of 347.86º 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 #6D192A is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 42 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.57 |
| HSL | 347.86º | 0.63% | 0.26% | - |
| HSV(B) | 347.86º | 0.77% | 0.43% | - |
| XYZ | 7.07 | 4.11 | 2.61 | - |
| YUV | 52.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 42 | 0 | 0.77 | 0.61 | 0.57 | 347.86 | 0.63 | 0.26 |
| Hex | 6D | 19 | 2A | 0 | 4D | 3D | 39 | 15C | 3F | 1A |
| Octal | 155 | 31 | 52 | 0 | 115 | 75 | 71 | 534 | 77 | 32 |
| Binary | 1101101 | 11001 | 101010 | 0 | 1001101 | 111101 | 111001 | 101011100 | 111111 | 11010 |
Color Harmonies of #6D192A
Complementary color
Monochromatic Colors of #6D192A
Black with #6D192A
Text Example
Text Example
White with #6D192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D192A; }
p { color: rgb(109,25,42); }
H1.HeaderClassName
{
color: #6D192A;
}
.AnyTagClassName
{
color: #6D192A;
}
</style>
background-color css
<style>
a { background-color: #6D192A; }
a { background-color: rgb(109,25,42); }
div.DivClassName
{
background-color: #6D192A;
}
.BgClassName
{
background-color: #6D192A;
}
</style>
border-color css
<style>
span { border-color: #6D192A; }
span { border-color: rgb(109,25,42); }
td.TdClassName
{
border-color: #6D192A;
}
.TagClassName
{
border-color: #6D192A;
}
</style>