Shades of Pohutukawa #6F1122
Tints of Pohutukawa #6F1122
RGB
CMYK
RGB Variations
Color information
#6F1122 (or 0x6F1122) is known color: Pohutukawa. HEX triplet: 6F, 11 and 22. RGB value is (111,17,34). Sum of RGB (Red+Green+Blue) = 111+17+34=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1122 is #90EEDD. Grayscale: #2F2F2F. Windows color (decimal): -9498334 or 2232687. OLE color: 2232687.
HSL color Cylindrical-coordinate representation of color #6F1122: hue angle of 349.15º 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 #6F1122 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 34 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.56 |
| HSL | 349.15º | 0.73% | 0.25% | - |
| HSV(B) | 349.15º | 0.85% | 0.44% | - |
| XYZ | 7.04 | 3.9 | 1.89 | - |
| YUV | 47.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 34 | 0 | 0.85 | 0.69 | 0.56 | 349.15 | 0.73 | 0.25 |
| Hex | 6F | 11 | 22 | 0 | 55 | 45 | 38 | 15D | 49 | 19 |
| Octal | 157 | 21 | 42 | 0 | 125 | 105 | 70 | 535 | 111 | 31 |
| Binary | 1101111 | 10001 | 100010 | 0 | 1010101 | 1000101 | 111000 | 101011101 | 1001001 | 11001 |
Color Harmonies of #6F1122
Complementary color
Monochromatic Colors of #6F1122
Black with #6F1122
Text Example
Text Example
White with #6F1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1122; }
p { color: rgb(111,17,34); }
H1.HeaderClassName
{
color: #6F1122;
}
.AnyTagClassName
{
color: #6F1122;
}
</style>
background-color css
<style>
a { background-color: #6F1122; }
a { background-color: rgb(111,17,34); }
div.DivClassName
{
background-color: #6F1122;
}
.BgClassName
{
background-color: #6F1122;
}
</style>
border-color css
<style>
span { border-color: #6F1122; }
span { border-color: rgb(111,17,34); }
td.TdClassName
{
border-color: #6F1122;
}
.TagClassName
{
border-color: #6F1122;
}
</style>