Shades of Red Berry #6B2127
Tints of Red Berry #6B2127
RGB
CMYK
RGB Variations
Color information
#6B2127 (or 0x6B2127) is known color: Red Berry. HEX triplet: 6B, 21 and 27. RGB value is (107,33,39). Sum of RGB (Red+Green+Blue) = 107+33+39=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2127 is #94DED8. Grayscale: #373737. Windows color (decimal): -9756377 or 2564459. OLE color: 2564459.
HSL color Cylindrical-coordinate representation of color #6B2127: hue angle of 355.14º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2127 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 39 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.58 |
| HSL | 355.14º | 0.53% | 0.27% | - |
| HSV(B) | 355.14º | 0.69% | 0.42% | - |
| XYZ | 6.97 | 4.36 | 2.39 | - |
| YUV | 55.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 39 | 0 | 0.69 | 0.64 | 0.58 | 355.14 | 0.53 | 0.27 |
| Hex | 6B | 21 | 27 | 0 | 45 | 40 | 3A | 163 | 35 | 1B |
| Octal | 153 | 41 | 47 | 0 | 105 | 100 | 72 | 543 | 65 | 33 |
| Binary | 1101011 | 100001 | 100111 | 0 | 1000101 | 1000000 | 111010 | 101100011 | 110101 | 11011 |
Color Harmonies of #6B2127
Complementary color
Monochromatic Colors of #6B2127
Black with #6B2127
Text Example
Text Example
White with #6B2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2127; }
p { color: rgb(107,33,39); }
H1.HeaderClassName
{
color: #6B2127;
}
.AnyTagClassName
{
color: #6B2127;
}
</style>
background-color css
<style>
a { background-color: #6B2127; }
a { background-color: rgb(107,33,39); }
div.DivClassName
{
background-color: #6B2127;
}
.BgClassName
{
background-color: #6B2127;
}
</style>
border-color css
<style>
span { border-color: #6B2127; }
span { border-color: rgb(107,33,39); }
td.TdClassName
{
border-color: #6B2127;
}
.TagClassName
{
border-color: #6B2127;
}
</style>