Shades of Red Berry #6B1D1F
Tints of Red Berry #6B1D1F
RGB
CMYK
RGB Variations
Color information
#6B1D1F (or 0x6B1D1F) is known color: Red Berry. HEX triplet: 6B, 1D and 1F. RGB value is (107,29,31). Sum of RGB (Red+Green+Blue) = 107+29+31=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1D1F is #94E2E0. Grayscale: #343434. Windows color (decimal): -9757409 or 2039147. OLE color: 2039147.
HSL color Cylindrical-coordinate representation of color #6B1D1F: hue angle of 358.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B1D1F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 29 | 31 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.58 |
| HSL | 358.46º | 0.57% | 0.27% | - |
| HSV(B) | 358.46º | 0.73% | 0.42% | - |
| XYZ | 6.75 | 4.1 | 1.73 | - |
| YUV | 52.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 31 | 0 | 0.73 | 0.71 | 0.58 | 358.46 | 0.57 | 0.27 |
| Hex | 6B | 1D | 1F | 0 | 49 | 47 | 3A | 166 | 39 | 1B |
| Octal | 153 | 35 | 37 | 0 | 111 | 107 | 72 | 546 | 71 | 33 |
| Binary | 1101011 | 11101 | 11111 | 0 | 1001001 | 1000111 | 111010 | 101100110 | 111001 | 11011 |
Color Harmonies of #6B1D1F
Complementary color
Monochromatic Colors of #6B1D1F
Black with #6B1D1F
Text Example
Text Example
White with #6B1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1D1F; }
p { color: rgb(107,29,31); }
H1.HeaderClassName
{
color: #6B1D1F;
}
.AnyTagClassName
{
color: #6B1D1F;
}
</style>
background-color css
<style>
a { background-color: #6B1D1F; }
a { background-color: rgb(107,29,31); }
div.DivClassName
{
background-color: #6B1D1F;
}
.BgClassName
{
background-color: #6B1D1F;
}
</style>
border-color css
<style>
span { border-color: #6B1D1F; }
span { border-color: rgb(107,29,31); }
td.TdClassName
{
border-color: #6B1D1F;
}
.TagClassName
{
border-color: #6B1D1F;
}
</style>