Shades of Red Berry #6C1B1F
Tints of Red Berry #6C1B1F
RGB
CMYK
RGB Variations
Color information
#6C1B1F (or 0x6C1B1F) is known color: Red Berry. HEX triplet: 6C, 1B and 1F. RGB value is (108,27,31). Sum of RGB (Red+Green+Blue) = 108+27+31=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B1F is #93E4E0. Grayscale: #333333. Windows color (decimal): -9692385 or 2038636. OLE color: 2038636.
HSL color Cylindrical-coordinate representation of color #6C1B1F: hue angle of 357.04º 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 #6C1B1F is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 31 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.58 |
| HSL | 357.04º | 0.6% | 0.26% | - |
| HSV(B) | 357.04º | 0.75% | 0.42% | - |
| XYZ | 6.82 | 4.07 | 1.72 | - |
| YUV | 51.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 31 | 0 | 0.75 | 0.71 | 0.58 | 357.04 | 0.6 | 0.26 |
| Hex | 6C | 1B | 1F | 0 | 4B | 47 | 3A | 165 | 3C | 1A |
| Octal | 154 | 33 | 37 | 0 | 113 | 107 | 72 | 545 | 74 | 32 |
| Binary | 1101100 | 11011 | 11111 | 0 | 1001011 | 1000111 | 111010 | 101100101 | 111100 | 11010 |
Color Harmonies of #6C1B1F
Complementary color
Monochromatic Colors of #6C1B1F
Black with #6C1B1F
Text Example
Text Example
White with #6C1B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B1F; }
p { color: rgb(108,27,31); }
H1.HeaderClassName
{
color: #6C1B1F;
}
.AnyTagClassName
{
color: #6C1B1F;
}
</style>
background-color css
<style>
a { background-color: #6C1B1F; }
a { background-color: rgb(108,27,31); }
div.DivClassName
{
background-color: #6C1B1F;
}
.BgClassName
{
background-color: #6C1B1F;
}
</style>
border-color css
<style>
span { border-color: #6C1B1F; }
span { border-color: rgb(108,27,31); }
td.TdClassName
{
border-color: #6C1B1F;
}
.TagClassName
{
border-color: #6C1B1F;
}
</style>