Shades of Red Berry #6F1A1C
Tints of Red Berry #6F1A1C
RGB
CMYK
RGB Variations
Color information
#6F1A1C (or 0x6F1A1C) is known color: Red Berry. HEX triplet: 6F, 1A and 1C. RGB value is (111,26,28). Sum of RGB (Red+Green+Blue) = 111+26+28=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A1C is #90E5E3. Grayscale: #333333. Windows color (decimal): -9496036 or 1841775. OLE color: 1841775.
HSL color Cylindrical-coordinate representation of color #6F1A1C: hue angle of 358.59º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A1C is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 28 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.56 |
| HSL | 358.59º | 0.62% | 0.27% | - |
| HSV(B) | 358.59º | 0.77% | 0.44% | - |
| XYZ | 7.13 | 4.2 | 1.53 | - |
| YUV | 51.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 28 | 0 | 0.77 | 0.75 | 0.56 | 358.59 | 0.62 | 0.27 |
| Hex | 6F | 1A | 1C | 0 | 4D | 4B | 38 | 167 | 3E | 1B |
| Octal | 157 | 32 | 34 | 0 | 115 | 113 | 70 | 547 | 76 | 33 |
| Binary | 1101111 | 11010 | 11100 | 0 | 1001101 | 1001011 | 111000 | 101100111 | 111110 | 11011 |
Color Harmonies of #6F1A1C
Complementary color
Monochromatic Colors of #6F1A1C
Black with #6F1A1C
Text Example
Text Example
White with #6F1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A1C; }
p { color: rgb(111,26,28); }
H1.HeaderClassName
{
color: #6F1A1C;
}
.AnyTagClassName
{
color: #6F1A1C;
}
</style>
background-color css
<style>
a { background-color: #6F1A1C; }
a { background-color: rgb(111,26,28); }
div.DivClassName
{
background-color: #6F1A1C;
}
.BgClassName
{
background-color: #6F1A1C;
}
</style>
border-color css
<style>
span { border-color: #6F1A1C; }
span { border-color: rgb(111,26,28); }
td.TdClassName
{
border-color: #6F1A1C;
}
.TagClassName
{
border-color: #6F1A1C;
}
</style>