Shades of Red Berry #6B2028
Tints of Red Berry #6B2028
RGB
CMYK
RGB Variations
Color information
#6B2028 (or 0x6B2028) is known color: Red Berry. HEX triplet: 6B, 20 and 28. RGB value is (107,32,40). Sum of RGB (Red+Green+Blue) = 107+32+40=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2028 is #94DFD7. Grayscale: #373737. Windows color (decimal): -9756632 or 2629739. OLE color: 2629739.
HSL color Cylindrical-coordinate representation of color #6B2028: hue angle of 353.6º 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 #6B2028 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 40 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.58 |
| HSL | 353.6º | 0.54% | 0.27% | - |
| HSV(B) | 353.6º | 0.7% | 0.42% | - |
| XYZ | 6.96 | 4.31 | 2.47 | - |
| YUV | 55.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 40 | 0 | 0.70 | 0.63 | 0.58 | 353.6 | 0.54 | 0.27 |
| Hex | 6B | 20 | 28 | 0 | 46 | 3F | 3A | 162 | 36 | 1B |
| Octal | 153 | 40 | 50 | 0 | 106 | 77 | 72 | 542 | 66 | 33 |
| Binary | 1101011 | 100000 | 101000 | 0 | 1000110 | 111111 | 111010 | 101100010 | 110110 | 11011 |
Color Harmonies of #6B2028
Complementary color
Monochromatic Colors of #6B2028
Black with #6B2028
Text Example
Text Example
White with #6B2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2028; }
p { color: rgb(107,32,40); }
H1.HeaderClassName
{
color: #6B2028;
}
.AnyTagClassName
{
color: #6B2028;
}
</style>
background-color css
<style>
a { background-color: #6B2028; }
a { background-color: rgb(107,32,40); }
div.DivClassName
{
background-color: #6B2028;
}
.BgClassName
{
background-color: #6B2028;
}
</style>
border-color css
<style>
span { border-color: #6B2028; }
span { border-color: rgb(107,32,40); }
td.TdClassName
{
border-color: #6B2028;
}
.TagClassName
{
border-color: #6B2028;
}
</style>