Shades of Red Berry #6D1825
Tints of Red Berry #6D1825
RGB
CMYK
RGB Variations
Color information
#6D1825 (or 0x6D1825) is known color: Red Berry. HEX triplet: 6D, 18 and 25. RGB value is (109,24,37). Sum of RGB (Red+Green+Blue) = 109+24+37=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1825 is #92E7DA. Grayscale: #323232. Windows color (decimal): -9627611 or 2431085. OLE color: 2431085.
HSL color Cylindrical-coordinate representation of color #6D1825: hue angle of 350.82º 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 #6D1825 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 37 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.57 |
| HSL | 350.82º | 0.64% | 0.26% | - |
| HSV(B) | 350.82º | 0.78% | 0.43% | - |
| XYZ | 6.97 | 4.04 | 2.16 | - |
| YUV | 50.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 37 | 0 | 0.78 | 0.66 | 0.57 | 350.82 | 0.64 | 0.26 |
| Hex | 6D | 18 | 25 | 0 | 4E | 42 | 39 | 15F | 40 | 1A |
| Octal | 155 | 30 | 45 | 0 | 116 | 102 | 71 | 537 | 100 | 32 |
| Binary | 1101101 | 11000 | 100101 | 0 | 1001110 | 1000010 | 111001 | 101011111 | 1000000 | 11010 |
Color Harmonies of #6D1825
Complementary color
Monochromatic Colors of #6D1825
Black with #6D1825
Text Example
Text Example
White with #6D1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1825; }
p { color: rgb(109,24,37); }
H1.HeaderClassName
{
color: #6D1825;
}
.AnyTagClassName
{
color: #6D1825;
}
</style>
background-color css
<style>
a { background-color: #6D1825; }
a { background-color: rgb(109,24,37); }
div.DivClassName
{
background-color: #6D1825;
}
.BgClassName
{
background-color: #6D1825;
}
</style>
border-color css
<style>
span { border-color: #6D1825; }
span { border-color: rgb(109,24,37); }
td.TdClassName
{
border-color: #6D1825;
}
.TagClassName
{
border-color: #6D1825;
}
</style>