Shades of Red Berry #6C1E2C
Tints of Red Berry #6C1E2C
RGB
CMYK
RGB Variations
Color information
#6C1E2C (or 0x6C1E2C) is known color: Red Berry. HEX triplet: 6C, 1E and 2C. RGB value is (108,30,44). Sum of RGB (Red+Green+Blue) = 108+30+44=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E2C is #93E1D3. Grayscale: #363636. Windows color (decimal): -9691604 or 2891372. OLE color: 2891372.
HSL color Cylindrical-coordinate representation of color #6C1E2C: hue angle of 349.23º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C1E2C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 30 | 44 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.58 |
| HSL | 349.23º | 0.57% | 0.27% | - |
| HSV(B) | 349.23º | 0.72% | 0.42% | - |
| XYZ | 7.1 | 4.3 | 2.84 | - |
| YUV | 54.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 44 | 0 | 0.72 | 0.59 | 0.58 | 349.23 | 0.57 | 0.27 |
| Hex | 6C | 1E | 2C | 0 | 48 | 3B | 3A | 15D | 39 | 1B |
| Octal | 154 | 36 | 54 | 0 | 110 | 73 | 72 | 535 | 71 | 33 |
| Binary | 1101100 | 11110 | 101100 | 0 | 1001000 | 111011 | 111010 | 101011101 | 111001 | 11011 |
Color Harmonies of #6C1E2C
Complementary color
Monochromatic Colors of #6C1E2C
Black with #6C1E2C
Text Example
Text Example
White with #6C1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1E2C; }
p { color: rgb(108,30,44); }
H1.HeaderClassName
{
color: #6C1E2C;
}
.AnyTagClassName
{
color: #6C1E2C;
}
</style>
background-color css
<style>
a { background-color: #6C1E2C; }
a { background-color: rgb(108,30,44); }
div.DivClassName
{
background-color: #6C1E2C;
}
.BgClassName
{
background-color: #6C1E2C;
}
</style>
border-color css
<style>
span { border-color: #6C1E2C; }
span { border-color: rgb(108,30,44); }
td.TdClassName
{
border-color: #6C1E2C;
}
.TagClassName
{
border-color: #6C1E2C;
}
</style>