Shades of Red Berry #6D1C2A
Tints of Red Berry #6D1C2A
RGB
CMYK
RGB Variations
Color information
#6D1C2A (or 0x6D1C2A) is known color: Red Berry. HEX triplet: 6D, 1C and 2A. RGB value is (109,28,42). Sum of RGB (Red+Green+Blue) = 109+28+42=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C2A is #92E3D5. Grayscale: #353535. Windows color (decimal): -9626582 or 2759789. OLE color: 2759789.
HSL color Cylindrical-coordinate representation of color #6D1C2A: hue angle of 349.63º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C2A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 42 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.57 |
| HSL | 349.63º | 0.59% | 0.27% | - |
| HSV(B) | 349.63º | 0.74% | 0.43% | - |
| XYZ | 7.14 | 4.25 | 2.63 | - |
| YUV | 53.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 42 | 0 | 0.74 | 0.61 | 0.57 | 349.63 | 0.59 | 0.27 |
| Hex | 6D | 1C | 2A | 0 | 4A | 3D | 39 | 15E | 3B | 1B |
| Octal | 155 | 34 | 52 | 0 | 112 | 75 | 71 | 536 | 73 | 33 |
| Binary | 1101101 | 11100 | 101010 | 0 | 1001010 | 111101 | 111001 | 101011110 | 111011 | 11011 |
Color Harmonies of #6D1C2A
Complementary color
Monochromatic Colors of #6D1C2A
Black with #6D1C2A
Text Example
Text Example
White with #6D1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C2A; }
p { color: rgb(109,28,42); }
H1.HeaderClassName
{
color: #6D1C2A;
}
.AnyTagClassName
{
color: #6D1C2A;
}
</style>
background-color css
<style>
a { background-color: #6D1C2A; }
a { background-color: rgb(109,28,42); }
div.DivClassName
{
background-color: #6D1C2A;
}
.BgClassName
{
background-color: #6D1C2A;
}
</style>
border-color css
<style>
span { border-color: #6D1C2A; }
span { border-color: rgb(109,28,42); }
td.TdClassName
{
border-color: #6D1C2A;
}
.TagClassName
{
border-color: #6D1C2A;
}
</style>