Shades of Red Berry #6B1C1E
Tints of Red Berry #6B1C1E
RGB
CMYK
RGB Variations
Color information
#6B1C1E (or 0x6B1C1E) is known color: Red Berry. HEX triplet: 6B, 1C and 1E. RGB value is (107,28,30). Sum of RGB (Red+Green+Blue) = 107+28+30=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C1E is #94E3E1. Grayscale: #333333. Windows color (decimal): -9757666 or 1973355. OLE color: 1973355.
HSL color Cylindrical-coordinate representation of color #6B1C1E: hue angle of 358.48º 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 #6B1C1E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 28 | 30 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.58 |
| HSL | 358.48º | 0.59% | 0.26% | - |
| HSV(B) | 358.48º | 0.74% | 0.42% | - |
| XYZ | 6.71 | 4.05 | 1.66 | - |
| YUV | 51.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 28 | 30 | 0 | 0.74 | 0.72 | 0.58 | 358.48 | 0.59 | 0.26 |
| Hex | 6B | 1C | 1E | 0 | 4A | 48 | 3A | 166 | 3B | 1A |
| Octal | 153 | 34 | 36 | 0 | 112 | 110 | 72 | 546 | 73 | 32 |
| Binary | 1101011 | 11100 | 11110 | 0 | 1001010 | 1001000 | 111010 | 101100110 | 111011 | 11010 |
Color Harmonies of #6B1C1E
Complementary color
Monochromatic Colors of #6B1C1E
Black with #6B1C1E
Text Example
Text Example
White with #6B1C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1C1E; }
p { color: rgb(107,28,30); }
H1.HeaderClassName
{
color: #6B1C1E;
}
.AnyTagClassName
{
color: #6B1C1E;
}
</style>
background-color css
<style>
a { background-color: #6B1C1E; }
a { background-color: rgb(107,28,30); }
div.DivClassName
{
background-color: #6B1C1E;
}
.BgClassName
{
background-color: #6B1C1E;
}
</style>
border-color css
<style>
span { border-color: #6B1C1E; }
span { border-color: rgb(107,28,30); }
td.TdClassName
{
border-color: #6B1C1E;
}
.TagClassName
{
border-color: #6B1C1E;
}
</style>