Shades of Red Berry #6F1C2B
Tints of Red Berry #6F1C2B
RGB
CMYK
RGB Variations
Color information
#6F1C2B (or 0x6F1C2B) is known color: Red Berry. HEX triplet: 6F, 1C and 2B. RGB value is (111,28,43). Sum of RGB (Red+Green+Blue) = 111+28+43=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C2B is #90E3D4. Grayscale: #363636. Windows color (decimal): -9495509 or 2825327. OLE color: 2825327.
HSL color Cylindrical-coordinate representation of color #6F1C2B: hue angle of 349.16º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C2B is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 43 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.56 |
| HSL | 349.16º | 0.6% | 0.27% | - |
| HSV(B) | 349.16º | 0.75% | 0.44% | - |
| XYZ | 7.41 | 4.38 | 2.74 | - |
| YUV | 54.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 43 | 0 | 0.75 | 0.61 | 0.56 | 349.16 | 0.6 | 0.27 |
| Hex | 6F | 1C | 2B | 0 | 4B | 3D | 38 | 15D | 3C | 1B |
| Octal | 157 | 34 | 53 | 0 | 113 | 75 | 70 | 535 | 74 | 33 |
| Binary | 1101111 | 11100 | 101011 | 0 | 1001011 | 111101 | 111000 | 101011101 | 111100 | 11011 |
Color Harmonies of #6F1C2B
Complementary color
Monochromatic Colors of #6F1C2B
Black with #6F1C2B
Text Example
Text Example
White with #6F1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C2B; }
p { color: rgb(111,28,43); }
H1.HeaderClassName
{
color: #6F1C2B;
}
.AnyTagClassName
{
color: #6F1C2B;
}
</style>
background-color css
<style>
a { background-color: #6F1C2B; }
a { background-color: rgb(111,28,43); }
div.DivClassName
{
background-color: #6F1C2B;
}
.BgClassName
{
background-color: #6F1C2B;
}
</style>
border-color css
<style>
span { border-color: #6F1C2B; }
span { border-color: rgb(111,28,43); }
td.TdClassName
{
border-color: #6F1C2B;
}
.TagClassName
{
border-color: #6F1C2B;
}
</style>