Shades of Red Berry #6C1E2B
Tints of Red Berry #6C1E2B
RGB
CMYK
RGB Variations
Color information
#6C1E2B (or 0x6C1E2B) is known color: Red Berry. HEX triplet: 6C, 1E and 2B. RGB value is (108,30,43). Sum of RGB (Red+Green+Blue) = 108+30+43=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E2B is #93E1D4. Grayscale: #363636. Windows color (decimal): -9691605 or 2825836. OLE color: 2825836.
HSL color Cylindrical-coordinate representation of color #6C1E2B: hue angle of 350º 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 #6C1E2B is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 30 | 43 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.58 |
| HSL | 350º | 0.57% | 0.27% | - |
| HSV(B) | 350º | 0.72% | 0.42% | - |
| XYZ | 7.08 | 4.29 | 2.74 | - |
| YUV | 54.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 43 | 0 | 0.72 | 0.60 | 0.58 | 350 | 0.57 | 0.27 |
| Hex | 6C | 1E | 2B | 0 | 48 | 3C | 3A | 15E | 39 | 1B |
| Octal | 154 | 36 | 53 | 0 | 110 | 74 | 72 | 536 | 71 | 33 |
| Binary | 1101100 | 11110 | 101011 | 0 | 1001000 | 111100 | 111010 | 101011110 | 111001 | 11011 |
Color Harmonies of #6C1E2B
Complementary color
Monochromatic Colors of #6C1E2B
Black with #6C1E2B
Text Example
Text Example
White with #6C1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1E2B; }
p { color: rgb(108,30,43); }
H1.HeaderClassName
{
color: #6C1E2B;
}
.AnyTagClassName
{
color: #6C1E2B;
}
</style>
background-color css
<style>
a { background-color: #6C1E2B; }
a { background-color: rgb(108,30,43); }
div.DivClassName
{
background-color: #6C1E2B;
}
.BgClassName
{
background-color: #6C1E2B;
}
</style>
border-color css
<style>
span { border-color: #6C1E2B; }
span { border-color: rgb(108,30,43); }
td.TdClassName
{
border-color: #6C1E2B;
}
.TagClassName
{
border-color: #6C1E2B;
}
</style>