Shades of Red Berry #6F1B28
Tints of Red Berry #6F1B28
RGB
CMYK
RGB Variations
Color information
#6F1B28 (or 0x6F1B28) is known color: Red Berry. HEX triplet: 6F, 1B and 28. RGB value is (111,27,40). Sum of RGB (Red+Green+Blue) = 111+27+40=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B28 is #90E4D7. Grayscale: #353535. Windows color (decimal): -9495768 or 2628463. OLE color: 2628463.
HSL color Cylindrical-coordinate representation of color #6F1B28: hue angle of 350.71º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B28 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 40 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.56 |
| HSL | 350.71º | 0.61% | 0.27% | - |
| HSV(B) | 350.71º | 0.76% | 0.44% | - |
| XYZ | 7.33 | 4.32 | 2.45 | - |
| YUV | 53.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 40 | 0 | 0.76 | 0.64 | 0.56 | 350.71 | 0.61 | 0.27 |
| Hex | 6F | 1B | 28 | 0 | 4C | 40 | 38 | 15F | 3D | 1B |
| Octal | 157 | 33 | 50 | 0 | 114 | 100 | 70 | 537 | 75 | 33 |
| Binary | 1101111 | 11011 | 101000 | 0 | 1001100 | 1000000 | 111000 | 101011111 | 111101 | 11011 |
Color Harmonies of #6F1B28
Complementary color
Monochromatic Colors of #6F1B28
Black with #6F1B28
Text Example
Text Example
White with #6F1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B28; }
p { color: rgb(111,27,40); }
H1.HeaderClassName
{
color: #6F1B28;
}
.AnyTagClassName
{
color: #6F1B28;
}
</style>
background-color css
<style>
a { background-color: #6F1B28; }
a { background-color: rgb(111,27,40); }
div.DivClassName
{
background-color: #6F1B28;
}
.BgClassName
{
background-color: #6F1B28;
}
</style>
border-color css
<style>
span { border-color: #6F1B28; }
span { border-color: rgb(111,27,40); }
td.TdClassName
{
border-color: #6F1B28;
}
.TagClassName
{
border-color: #6F1B28;
}
</style>