Shades of Red Berry #6F141F
Tints of Red Berry #6F141F
RGB
CMYK
RGB Variations
Color information
#6F141F (or 0x6F141F) is known color: Red Berry. HEX triplet: 6F, 14 and 1F. RGB value is (111,20,31). Sum of RGB (Red+Green+Blue) = 111+20+31=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F141F is #90EBE0. Grayscale: #303030. Windows color (decimal): -9497569 or 2036847. OLE color: 2036847.
HSL color Cylindrical-coordinate representation of color #6F141F: hue angle of 352.75º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F141F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 31 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.56 |
| HSL | 352.75º | 0.69% | 0.26% | - |
| HSV(B) | 352.75º | 0.82% | 0.44% | - |
| XYZ | 7.05 | 3.98 | 1.69 | - |
| YUV | 48.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 31 | 0 | 0.82 | 0.72 | 0.56 | 352.75 | 0.69 | 0.26 |
| Hex | 6F | 14 | 1F | 0 | 52 | 48 | 38 | 161 | 45 | 1A |
| Octal | 157 | 24 | 37 | 0 | 122 | 110 | 70 | 541 | 105 | 32 |
| Binary | 1101111 | 10100 | 11111 | 0 | 1010010 | 1001000 | 111000 | 101100001 | 1000101 | 11010 |
Color Harmonies of #6F141F
Complementary color
Monochromatic Colors of #6F141F
Black with #6F141F
Text Example
Text Example
White with #6F141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F141F; }
p { color: rgb(111,20,31); }
H1.HeaderClassName
{
color: #6F141F;
}
.AnyTagClassName
{
color: #6F141F;
}
</style>
background-color css
<style>
a { background-color: #6F141F; }
a { background-color: rgb(111,20,31); }
div.DivClassName
{
background-color: #6F141F;
}
.BgClassName
{
background-color: #6F141F;
}
</style>
border-color css
<style>
span { border-color: #6F141F; }
span { border-color: rgb(111,20,31); }
td.TdClassName
{
border-color: #6F141F;
}
.TagClassName
{
border-color: #6F141F;
}
</style>