Shades of Red Berry #6F1F27
Tints of Red Berry #6F1F27
RGB
CMYK
RGB Variations
Color information
#6F1F27 (or 0x6F1F27) is known color: Red Berry. HEX triplet: 6F, 1F and 27. RGB value is (111,31,39). Sum of RGB (Red+Green+Blue) = 111+31+39=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F27 is #90E0D8. Grayscale: #373737. Windows color (decimal): -9494745 or 2563951. OLE color: 2563951.
HSL color Cylindrical-coordinate representation of color #6F1F27: hue angle of 354º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F27 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 39 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.56 |
| HSL | 354º | 0.56% | 0.28% | - |
| HSV(B) | 354º | 0.72% | 0.44% | - |
| XYZ | 7.41 | 4.51 | 2.4 | - |
| YUV | 55.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 39 | 0 | 0.72 | 0.65 | 0.56 | 354 | 0.56 | 0.28 |
| Hex | 6F | 1F | 27 | 0 | 48 | 41 | 38 | 162 | 38 | 1C |
| Octal | 157 | 37 | 47 | 0 | 110 | 101 | 70 | 542 | 70 | 34 |
| Binary | 1101111 | 11111 | 100111 | 0 | 1001000 | 1000001 | 111000 | 101100010 | 111000 | 11100 |
Color Harmonies of #6F1F27
Complementary color
Monochromatic Colors of #6F1F27
Black with #6F1F27
Text Example
Text Example
White with #6F1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F27; }
p { color: rgb(111,31,39); }
H1.HeaderClassName
{
color: #6F1F27;
}
.AnyTagClassName
{
color: #6F1F27;
}
</style>
background-color css
<style>
a { background-color: #6F1F27; }
a { background-color: rgb(111,31,39); }
div.DivClassName
{
background-color: #6F1F27;
}
.BgClassName
{
background-color: #6F1F27;
}
</style>
border-color css
<style>
span { border-color: #6F1F27; }
span { border-color: rgb(111,31,39); }
td.TdClassName
{
border-color: #6F1F27;
}
.TagClassName
{
border-color: #6F1F27;
}
</style>