Shades of Pohutukawa #6F0F19
Tints of Pohutukawa #6F0F19
RGB
CMYK
RGB Variations
Color information
#6F0F19 (or 0x6F0F19) is known color: Pohutukawa. HEX triplet: 6F, 0F and 19. RGB value is (111,15,25). Sum of RGB (Red+Green+Blue) = 111+15+25=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F19 is #90F0E6. Grayscale: #2C2C2C. Windows color (decimal): -9498855 or 1642351. OLE color: 1642351.
HSL color Cylindrical-coordinate representation of color #6F0F19: hue angle of 353.75º 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 #6F0F19 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 25 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.56 |
| HSL | 353.75º | 0.76% | 0.25% | - |
| HSV(B) | 353.75º | 0.86% | 0.44% | - |
| XYZ | 6.9 | 3.79 | 1.29 | - |
| YUV | 44.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 25 | 0 | 0.86 | 0.77 | 0.56 | 353.75 | 0.76 | 0.25 |
| Hex | 6F | F | 19 | 0 | 56 | 4D | 38 | 162 | 4C | 19 |
| Octal | 157 | 17 | 31 | 0 | 126 | 115 | 70 | 542 | 114 | 31 |
| Binary | 1101111 | 1111 | 11001 | 0 | 1010110 | 1001101 | 111000 | 101100010 | 1001100 | 11001 |
Color Harmonies of #6F0F19
Complementary color
Monochromatic Colors of #6F0F19
Black with #6F0F19
Text Example
Text Example
White with #6F0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F19; }
p { color: rgb(111,15,25); }
H1.HeaderClassName
{
color: #6F0F19;
}
.AnyTagClassName
{
color: #6F0F19;
}
</style>
background-color css
<style>
a { background-color: #6F0F19; }
a { background-color: rgb(111,15,25); }
div.DivClassName
{
background-color: #6F0F19;
}
.BgClassName
{
background-color: #6F0F19;
}
</style>
border-color css
<style>
span { border-color: #6F0F19; }
span { border-color: rgb(111,15,25); }
td.TdClassName
{
border-color: #6F0F19;
}
.TagClassName
{
border-color: #6F0F19;
}
</style>