Shades of Red Berry #6B2027
Tints of Red Berry #6B2027
RGB
CMYK
RGB Variations
Color information
#6B2027 (or 0x6B2027) is known color: Red Berry. HEX triplet: 6B, 20 and 27. RGB value is (107,32,39). Sum of RGB (Red+Green+Blue) = 107+32+39=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2027 is #94DFD8. Grayscale: #373737. Windows color (decimal): -9756633 or 2564203. OLE color: 2564203.
HSL color Cylindrical-coordinate representation of color #6B2027: hue angle of 354.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2027 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 39 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.58 |
| HSL | 354.4º | 0.54% | 0.27% | - |
| HSV(B) | 354.4º | 0.7% | 0.42% | - |
| XYZ | 6.95 | 4.31 | 2.38 | - |
| YUV | 55.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 39 | 0 | 0.70 | 0.64 | 0.58 | 354.4 | 0.54 | 0.27 |
| Hex | 6B | 20 | 27 | 0 | 46 | 40 | 3A | 162 | 36 | 1B |
| Octal | 153 | 40 | 47 | 0 | 106 | 100 | 72 | 542 | 66 | 33 |
| Binary | 1101011 | 100000 | 100111 | 0 | 1000110 | 1000000 | 111010 | 101100010 | 110110 | 11011 |
Color Harmonies of #6B2027
Complementary color
Monochromatic Colors of #6B2027
Black with #6B2027
Text Example
Text Example
White with #6B2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2027; }
p { color: rgb(107,32,39); }
H1.HeaderClassName
{
color: #6B2027;
}
.AnyTagClassName
{
color: #6B2027;
}
</style>
background-color css
<style>
a { background-color: #6B2027; }
a { background-color: rgb(107,32,39); }
div.DivClassName
{
background-color: #6B2027;
}
.BgClassName
{
background-color: #6B2027;
}
</style>
border-color css
<style>
span { border-color: #6B2027; }
span { border-color: rgb(107,32,39); }
td.TdClassName
{
border-color: #6B2027;
}
.TagClassName
{
border-color: #6B2027;
}
</style>