Shades of Red Berry #6D1827
Tints of Red Berry #6D1827
RGB
CMYK
RGB Variations
Color information
#6D1827 (or 0x6D1827) is known color: Red Berry. HEX triplet: 6D, 18 and 27. RGB value is (109,24,39). Sum of RGB (Red+Green+Blue) = 109+24+39=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1827 is #92E7D8. Grayscale: #333333. Windows color (decimal): -9627609 or 2562157. OLE color: 2562157.
HSL color Cylindrical-coordinate representation of color #6D1827: hue angle of 349.41º 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 #6D1827 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 39 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.57 |
| HSL | 349.41º | 0.64% | 0.26% | - |
| HSV(B) | 349.41º | 0.78% | 0.43% | - |
| XYZ | 7 | 4.05 | 2.33 | - |
| YUV | 51.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 39 | 0 | 0.78 | 0.64 | 0.57 | 349.41 | 0.64 | 0.26 |
| Hex | 6D | 18 | 27 | 0 | 4E | 40 | 39 | 15D | 40 | 1A |
| Octal | 155 | 30 | 47 | 0 | 116 | 100 | 71 | 535 | 100 | 32 |
| Binary | 1101101 | 11000 | 100111 | 0 | 1001110 | 1000000 | 111001 | 101011101 | 1000000 | 11010 |
Color Harmonies of #6D1827
Complementary color
Monochromatic Colors of #6D1827
Black with #6D1827
Text Example
Text Example
White with #6D1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1827; }
p { color: rgb(109,24,39); }
H1.HeaderClassName
{
color: #6D1827;
}
.AnyTagClassName
{
color: #6D1827;
}
</style>
background-color css
<style>
a { background-color: #6D1827; }
a { background-color: rgb(109,24,39); }
div.DivClassName
{
background-color: #6D1827;
}
.BgClassName
{
background-color: #6D1827;
}
</style>
border-color css
<style>
span { border-color: #6D1827; }
span { border-color: rgb(109,24,39); }
td.TdClassName
{
border-color: #6D1827;
}
.TagClassName
{
border-color: #6D1827;
}
</style>