Shades of Pohutukawa #6F0F13
Tints of Pohutukawa #6F0F13
RGB
CMYK
RGB Variations
Color information
#6F0F13 (or 0x6F0F13) is known color: Pohutukawa. HEX triplet: 6F, 0F and 13. RGB value is (111,15,19). Sum of RGB (Red+Green+Blue) = 111+15+19=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F13 is #90F0EC. Grayscale: #2C2C2C. Windows color (decimal): -9498861 or 1249135. OLE color: 1249135.
HSL color Cylindrical-coordinate representation of color #6F0F13: hue angle of 357.5º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F13 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 19 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.56 |
| HSL | 357.5º | 0.76% | 0.25% | - |
| HSV(B) | 357.5º | 0.86% | 0.44% | - |
| XYZ | 6.84 | 3.77 | 0.98 | - |
| YUV | 44.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 19 | 0 | 0.86 | 0.83 | 0.56 | 357.5 | 0.76 | 0.25 |
| Hex | 6F | F | 13 | 0 | 56 | 53 | 38 | 166 | 4C | 19 |
| Octal | 157 | 17 | 23 | 0 | 126 | 123 | 70 | 546 | 114 | 31 |
| Binary | 1101111 | 1111 | 10011 | 0 | 1010110 | 1010011 | 111000 | 101100110 | 1001100 | 11001 |
Color Harmonies of #6F0F13
Complementary color
Monochromatic Colors of #6F0F13
Black with #6F0F13
Text Example
Text Example
White with #6F0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F13; }
p { color: rgb(111,15,19); }
H1.HeaderClassName
{
color: #6F0F13;
}
.AnyTagClassName
{
color: #6F0F13;
}
</style>
background-color css
<style>
a { background-color: #6F0F13; }
a { background-color: rgb(111,15,19); }
div.DivClassName
{
background-color: #6F0F13;
}
.BgClassName
{
background-color: #6F0F13;
}
</style>
border-color css
<style>
span { border-color: #6F0F13; }
span { border-color: rgb(111,15,19); }
td.TdClassName
{
border-color: #6F0F13;
}
.TagClassName
{
border-color: #6F0F13;
}
</style>