Shades of Red Berry #6F1E2B
Tints of Red Berry #6F1E2B
RGB
CMYK
RGB Variations
Color information
#6F1E2B (or 0x6F1E2B) is known color: Red Berry. HEX triplet: 6F, 1E and 2B. RGB value is (111,30,43). Sum of RGB (Red+Green+Blue) = 111+30+43=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E2B is #90E1D4. Grayscale: #373737. Windows color (decimal): -9494997 or 2825839. OLE color: 2825839.
HSL color Cylindrical-coordinate representation of color #6F1E2B: hue angle of 350.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E2B is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 43 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.56 |
| HSL | 350.37º | 0.57% | 0.28% | - |
| HSV(B) | 350.37º | 0.73% | 0.44% | - |
| XYZ | 7.46 | 4.48 | 2.76 | - |
| YUV | 55.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 43 | 0 | 0.73 | 0.61 | 0.56 | 350.37 | 0.57 | 0.28 |
| Hex | 6F | 1E | 2B | 0 | 49 | 3D | 38 | 15E | 39 | 1C |
| Octal | 157 | 36 | 53 | 0 | 111 | 75 | 70 | 536 | 71 | 34 |
| Binary | 1101111 | 11110 | 101011 | 0 | 1001001 | 111101 | 111000 | 101011110 | 111001 | 11100 |
Color Harmonies of #6F1E2B
Complementary color
Monochromatic Colors of #6F1E2B
Black with #6F1E2B
Text Example
Text Example
White with #6F1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E2B; }
p { color: rgb(111,30,43); }
H1.HeaderClassName
{
color: #6F1E2B;
}
.AnyTagClassName
{
color: #6F1E2B;
}
</style>
background-color css
<style>
a { background-color: #6F1E2B; }
a { background-color: rgb(111,30,43); }
div.DivClassName
{
background-color: #6F1E2B;
}
.BgClassName
{
background-color: #6F1E2B;
}
</style>
border-color css
<style>
span { border-color: #6F1E2B; }
span { border-color: rgb(111,30,43); }
td.TdClassName
{
border-color: #6F1E2B;
}
.TagClassName
{
border-color: #6F1E2B;
}
</style>