Shades of Red Berry #6C1A1F
Tints of Red Berry #6C1A1F
RGB
CMYK
RGB Variations
Color information
#6C1A1F (or 0x6C1A1F) is known color: Red Berry. HEX triplet: 6C, 1A and 1F. RGB value is (108,26,31). Sum of RGB (Red+Green+Blue) = 108+26+31=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A1F is #93E5E0. Grayscale: #333333. Windows color (decimal): -9692641 or 2038380. OLE color: 2038380.
HSL color Cylindrical-coordinate representation of color #6C1A1F: hue angle of 356.34º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A1F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 26 | 31 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.58 |
| HSL | 356.34º | 0.61% | 0.26% | - |
| HSV(B) | 356.34º | 0.76% | 0.42% | - |
| XYZ | 6.8 | 4.03 | 1.71 | - |
| YUV | 51.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 31 | 0 | 0.76 | 0.71 | 0.58 | 356.34 | 0.61 | 0.26 |
| Hex | 6C | 1A | 1F | 0 | 4C | 47 | 3A | 164 | 3D | 1A |
| Octal | 154 | 32 | 37 | 0 | 114 | 107 | 72 | 544 | 75 | 32 |
| Binary | 1101100 | 11010 | 11111 | 0 | 1001100 | 1000111 | 111010 | 101100100 | 111101 | 11010 |
Color Harmonies of #6C1A1F
Complementary color
Monochromatic Colors of #6C1A1F
Black with #6C1A1F
Text Example
Text Example
White with #6C1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A1F; }
p { color: rgb(108,26,31); }
H1.HeaderClassName
{
color: #6C1A1F;
}
.AnyTagClassName
{
color: #6C1A1F;
}
</style>
background-color css
<style>
a { background-color: #6C1A1F; }
a { background-color: rgb(108,26,31); }
div.DivClassName
{
background-color: #6C1A1F;
}
.BgClassName
{
background-color: #6C1A1F;
}
</style>
border-color css
<style>
span { border-color: #6C1A1F; }
span { border-color: rgb(108,26,31); }
td.TdClassName
{
border-color: #6C1A1F;
}
.TagClassName
{
border-color: #6C1A1F;
}
</style>