Shades of Pohutukawa #6F1217
Tints of Pohutukawa #6F1217
RGB
CMYK
RGB Variations
Color information
#6F1217 (or 0x6F1217) is known color: Pohutukawa. HEX triplet: 6F, 12 and 17. RGB value is (111,18,23). Sum of RGB (Red+Green+Blue) = 111+18+23=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1217 is #90EDE8. Grayscale: #2E2E2E. Windows color (decimal): -9498089 or 1512047. OLE color: 1512047.
HSL color Cylindrical-coordinate representation of color #6F1217: hue angle of 356.77º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1217 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 23 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.56 |
| HSL | 356.77º | 0.72% | 0.25% | - |
| HSV(B) | 356.77º | 0.84% | 0.44% | - |
| XYZ | 6.93 | 3.87 | 1.19 | - |
| YUV | 46.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 23 | 0 | 0.84 | 0.79 | 0.56 | 356.77 | 0.72 | 0.25 |
| Hex | 6F | 12 | 17 | 0 | 54 | 4F | 38 | 165 | 48 | 19 |
| Octal | 157 | 22 | 27 | 0 | 124 | 117 | 70 | 545 | 110 | 31 |
| Binary | 1101111 | 10010 | 10111 | 0 | 1010100 | 1001111 | 111000 | 101100101 | 1001000 | 11001 |
Color Harmonies of #6F1217
Complementary color
Monochromatic Colors of #6F1217
Black with #6F1217
Text Example
Text Example
White with #6F1217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1217; }
p { color: rgb(111,18,23); }
H1.HeaderClassName
{
color: #6F1217;
}
.AnyTagClassName
{
color: #6F1217;
}
</style>
background-color css
<style>
a { background-color: #6F1217; }
a { background-color: rgb(111,18,23); }
div.DivClassName
{
background-color: #6F1217;
}
.BgClassName
{
background-color: #6F1217;
}
</style>
border-color css
<style>
span { border-color: #6F1217; }
span { border-color: rgb(111,18,23); }
td.TdClassName
{
border-color: #6F1217;
}
.TagClassName
{
border-color: #6F1217;
}
</style>