Shades of Red Berry #6D1927
Tints of Red Berry #6D1927
RGB
CMYK
RGB Variations
Color information
#6D1927 (or 0x6D1927) is known color: Red Berry. HEX triplet: 6D, 19 and 27. RGB value is (109,25,39). Sum of RGB (Red+Green+Blue) = 109+25+39=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1927 is #92E6D8. Grayscale: #333333. Windows color (decimal): -9627353 or 2562413. OLE color: 2562413.
HSL color Cylindrical-coordinate representation of color #6D1927: hue angle of 350º 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 #6D1927 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 39 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.57 |
| HSL | 350º | 0.63% | 0.26% | - |
| HSV(B) | 350º | 0.77% | 0.43% | - |
| XYZ | 7.02 | 4.09 | 2.34 | - |
| YUV | 51.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 39 | 0 | 0.77 | 0.64 | 0.57 | 350 | 0.63 | 0.26 |
| Hex | 6D | 19 | 27 | 0 | 4D | 40 | 39 | 15E | 3F | 1A |
| Octal | 155 | 31 | 47 | 0 | 115 | 100 | 71 | 536 | 77 | 32 |
| Binary | 1101101 | 11001 | 100111 | 0 | 1001101 | 1000000 | 111001 | 101011110 | 111111 | 11010 |
Color Harmonies of #6D1927
Complementary color
Monochromatic Colors of #6D1927
Black with #6D1927
Text Example
Text Example
White with #6D1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1927; }
p { color: rgb(109,25,39); }
H1.HeaderClassName
{
color: #6D1927;
}
.AnyTagClassName
{
color: #6D1927;
}
</style>
background-color css
<style>
a { background-color: #6D1927; }
a { background-color: rgb(109,25,39); }
div.DivClassName
{
background-color: #6D1927;
}
.BgClassName
{
background-color: #6D1927;
}
</style>
border-color css
<style>
span { border-color: #6D1927; }
span { border-color: rgb(109,25,39); }
td.TdClassName
{
border-color: #6D1927;
}
.TagClassName
{
border-color: #6D1927;
}
</style>