Shades of Red Berry #6C1B24
Tints of Red Berry #6C1B24
RGB
CMYK
RGB Variations
Color information
#6C1B24 (or 0x6C1B24) is known color: Red Berry. HEX triplet: 6C, 1B and 24. RGB value is (108,27,36). Sum of RGB (Red+Green+Blue) = 108+27+36=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B24 is #93E4DB. Grayscale: #343434. Windows color (decimal): -9692380 or 2366316. OLE color: 2366316.
HSL color Cylindrical-coordinate representation of color #6C1B24: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B24 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 36 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.58 |
| HSL | 353.33º | 0.6% | 0.26% | - |
| HSV(B) | 353.33º | 0.75% | 0.42% | - |
| XYZ | 6.89 | 4.1 | 2.1 | - |
| YUV | 52.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 36 | 0 | 0.75 | 0.67 | 0.58 | 353.33 | 0.6 | 0.26 |
| Hex | 6C | 1B | 24 | 0 | 4B | 43 | 3A | 161 | 3C | 1A |
| Octal | 154 | 33 | 44 | 0 | 113 | 103 | 72 | 541 | 74 | 32 |
| Binary | 1101100 | 11011 | 100100 | 0 | 1001011 | 1000011 | 111010 | 101100001 | 111100 | 11010 |
Color Harmonies of #6C1B24
Complementary color
Monochromatic Colors of #6C1B24
Black with #6C1B24
Text Example
Text Example
White with #6C1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B24; }
p { color: rgb(108,27,36); }
H1.HeaderClassName
{
color: #6C1B24;
}
.AnyTagClassName
{
color: #6C1B24;
}
</style>
background-color css
<style>
a { background-color: #6C1B24; }
a { background-color: rgb(108,27,36); }
div.DivClassName
{
background-color: #6C1B24;
}
.BgClassName
{
background-color: #6C1B24;
}
</style>
border-color css
<style>
span { border-color: #6C1B24; }
span { border-color: rgb(108,27,36); }
td.TdClassName
{
border-color: #6C1B24;
}
.TagClassName
{
border-color: #6C1B24;
}
</style>