Shades of Red Berry #6B1C1F
Tints of Red Berry #6B1C1F
RGB
CMYK
RGB Variations
Color information
#6B1C1F (or 0x6B1C1F) is known color: Red Berry. HEX triplet: 6B, 1C and 1F. RGB value is (107,28,31). Sum of RGB (Red+Green+Blue) = 107+28+31=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C1F is #94E3E0. Grayscale: #343434. Windows color (decimal): -9757665 or 2038891. OLE color: 2038891.
HSL color Cylindrical-coordinate representation of color #6B1C1F: hue angle of 357.72º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1C1F is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 28 | 31 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.58 |
| HSL | 357.72º | 0.59% | 0.26% | - |
| HSV(B) | 357.72º | 0.74% | 0.42% | - |
| XYZ | 6.73 | 4.06 | 1.72 | - |
| YUV | 51.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 28 | 31 | 0 | 0.74 | 0.71 | 0.58 | 357.72 | 0.59 | 0.26 |
| Hex | 6B | 1C | 1F | 0 | 4A | 47 | 3A | 166 | 3B | 1A |
| Octal | 153 | 34 | 37 | 0 | 112 | 107 | 72 | 546 | 73 | 32 |
| Binary | 1101011 | 11100 | 11111 | 0 | 1001010 | 1000111 | 111010 | 101100110 | 111011 | 11010 |
Color Harmonies of #6B1C1F
Complementary color
Monochromatic Colors of #6B1C1F
Black with #6B1C1F
Text Example
Text Example
White with #6B1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1C1F; }
p { color: rgb(107,28,31); }
H1.HeaderClassName
{
color: #6B1C1F;
}
.AnyTagClassName
{
color: #6B1C1F;
}
</style>
background-color css
<style>
a { background-color: #6B1C1F; }
a { background-color: rgb(107,28,31); }
div.DivClassName
{
background-color: #6B1C1F;
}
.BgClassName
{
background-color: #6B1C1F;
}
</style>
border-color css
<style>
span { border-color: #6B1C1F; }
span { border-color: rgb(107,28,31); }
td.TdClassName
{
border-color: #6B1C1F;
}
.TagClassName
{
border-color: #6B1C1F;
}
</style>