Shades of Pohutukawa #6F0D11
Tints of Pohutukawa #6F0D11
RGB
CMYK
RGB Variations
Color information
#6F0D11 (or 0x6F0D11) is known color: Pohutukawa. HEX triplet: 6F, 0D and 11. RGB value is (111,13,17). Sum of RGB (Red+Green+Blue) = 111+13+17=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0D11 is #90F2EE. Grayscale: #2A2A2A. Windows color (decimal): -9499375 or 1117551. OLE color: 1117551.
HSL color Cylindrical-coordinate representation of color #6F0D11: hue angle of 357.55º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D11 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 17 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.56 |
| HSL | 357.55º | 0.79% | 0.24% | - |
| HSV(B) | 357.55º | 0.88% | 0.44% | - |
| XYZ | 6.8 | 3.71 | 0.89 | - |
| YUV | 42.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 17 | 0 | 0.88 | 0.85 | 0.56 | 357.55 | 0.79 | 0.24 |
| Hex | 6F | D | 11 | 0 | 58 | 55 | 38 | 166 | 4F | 18 |
| Octal | 157 | 15 | 21 | 0 | 130 | 125 | 70 | 546 | 117 | 30 |
| Binary | 1101111 | 1101 | 10001 | 0 | 1011000 | 1010101 | 111000 | 101100110 | 1001111 | 11000 |
Color Harmonies of #6F0D11
Complementary color
Monochromatic Colors of #6F0D11
Black with #6F0D11
Text Example
Text Example
White with #6F0D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D11; }
p { color: rgb(111,13,17); }
H1.HeaderClassName
{
color: #6F0D11;
}
.AnyTagClassName
{
color: #6F0D11;
}
</style>
background-color css
<style>
a { background-color: #6F0D11; }
a { background-color: rgb(111,13,17); }
div.DivClassName
{
background-color: #6F0D11;
}
.BgClassName
{
background-color: #6F0D11;
}
</style>
border-color css
<style>
span { border-color: #6F0D11; }
span { border-color: rgb(111,13,17); }
td.TdClassName
{
border-color: #6F0D11;
}
.TagClassName
{
border-color: #6F0D11;
}
</style>