Shades of Pohutukawa #6F1127
Tints of Pohutukawa #6F1127
RGB
CMYK
RGB Variations
Color information
#6F1127 (or 0x6F1127) is known color: Pohutukawa. HEX triplet: 6F, 11 and 27. RGB value is (111,17,39). Sum of RGB (Red+Green+Blue) = 111+17+39=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1127 is #90EED8. Grayscale: #2F2F2F. Windows color (decimal): -9498329 or 2560367. OLE color: 2560367.
HSL color Cylindrical-coordinate representation of color #6F1127: hue angle of 345.96º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1127 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 39 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.56 |
| HSL | 345.96º | 0.73% | 0.25% | - |
| HSV(B) | 345.96º | 0.85% | 0.44% | - |
| XYZ | 7.12 | 3.93 | 2.3 | - |
| YUV | 47.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 39 | 0 | 0.85 | 0.65 | 0.56 | 345.96 | 0.73 | 0.25 |
| Hex | 6F | 11 | 27 | 0 | 55 | 41 | 38 | 15A | 49 | 19 |
| Octal | 157 | 21 | 47 | 0 | 125 | 101 | 70 | 532 | 111 | 31 |
| Binary | 1101111 | 10001 | 100111 | 0 | 1010101 | 1000001 | 111000 | 101011010 | 1001001 | 11001 |
Color Harmonies of #6F1127
Complementary color
Monochromatic Colors of #6F1127
Black with #6F1127
Text Example
Text Example
White with #6F1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1127; }
p { color: rgb(111,17,39); }
H1.HeaderClassName
{
color: #6F1127;
}
.AnyTagClassName
{
color: #6F1127;
}
</style>
background-color css
<style>
a { background-color: #6F1127; }
a { background-color: rgb(111,17,39); }
div.DivClassName
{
background-color: #6F1127;
}
.BgClassName
{
background-color: #6F1127;
}
</style>
border-color css
<style>
span { border-color: #6F1127; }
span { border-color: rgb(111,17,39); }
td.TdClassName
{
border-color: #6F1127;
}
.TagClassName
{
border-color: #6F1127;
}
</style>