Shades of Red Berry #6F162A
Tints of Red Berry #6F162A
RGB
CMYK
RGB Variations
Color information
#6F162A (or 0x6F162A) is known color: Red Berry. HEX triplet: 6F, 16 and 2A. RGB value is (111,22,42). Sum of RGB (Red+Green+Blue) = 111+22+42=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F162A is #90E9D5. Grayscale: #323232. Windows color (decimal): -9497046 or 2758255. OLE color: 2758255.
HSL color Cylindrical-coordinate representation of color #6F162A: hue angle of 346.52º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F162A is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 42 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.56 |
| HSL | 346.52º | 0.67% | 0.26% | - |
| HSV(B) | 346.52º | 0.8% | 0.44% | - |
| XYZ | 7.26 | 4.12 | 2.6 | - |
| YUV | 50.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 42 | 0 | 0.80 | 0.62 | 0.56 | 346.52 | 0.67 | 0.26 |
| Hex | 6F | 16 | 2A | 0 | 50 | 3E | 38 | 15B | 43 | 1A |
| Octal | 157 | 26 | 52 | 0 | 120 | 76 | 70 | 533 | 103 | 32 |
| Binary | 1101111 | 10110 | 101010 | 0 | 1010000 | 111110 | 111000 | 101011011 | 1000011 | 11010 |
Color Harmonies of #6F162A
Complementary color
Monochromatic Colors of #6F162A
Black with #6F162A
Text Example
Text Example
White with #6F162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F162A; }
p { color: rgb(111,22,42); }
H1.HeaderClassName
{
color: #6F162A;
}
.AnyTagClassName
{
color: #6F162A;
}
</style>
background-color css
<style>
a { background-color: #6F162A; }
a { background-color: rgb(111,22,42); }
div.DivClassName
{
background-color: #6F162A;
}
.BgClassName
{
background-color: #6F162A;
}
</style>
border-color css
<style>
span { border-color: #6F162A; }
span { border-color: rgb(111,22,42); }
td.TdClassName
{
border-color: #6F162A;
}
.TagClassName
{
border-color: #6F162A;
}
</style>