Shades of Pohutukawa #6F1126
Tints of Pohutukawa #6F1126
RGB
CMYK
RGB Variations
Color information
#6F1126 (or 0x6F1126) is known color: Pohutukawa. HEX triplet: 6F, 11 and 26. RGB value is (111,17,38). Sum of RGB (Red+Green+Blue) = 111+17+38=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1126 is #90EED9. Grayscale: #2F2F2F. Windows color (decimal): -9498330 or 2494831. OLE color: 2494831.
HSL color Cylindrical-coordinate representation of color #6F1126: hue angle of 346.6º 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 #6F1126 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 38 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.56 |
| HSL | 346.6º | 0.73% | 0.25% | - |
| HSV(B) | 346.6º | 0.85% | 0.44% | - |
| XYZ | 7.11 | 3.92 | 2.22 | - |
| YUV | 47.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 38 | 0 | 0.85 | 0.66 | 0.56 | 346.6 | 0.73 | 0.25 |
| Hex | 6F | 11 | 26 | 0 | 55 | 42 | 38 | 15B | 49 | 19 |
| Octal | 157 | 21 | 46 | 0 | 125 | 102 | 70 | 533 | 111 | 31 |
| Binary | 1101111 | 10001 | 100110 | 0 | 1010101 | 1000010 | 111000 | 101011011 | 1001001 | 11001 |
Color Harmonies of #6F1126
Complementary color
Monochromatic Colors of #6F1126
Black with #6F1126
Text Example
Text Example
White with #6F1126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1126; }
p { color: rgb(111,17,38); }
H1.HeaderClassName
{
color: #6F1126;
}
.AnyTagClassName
{
color: #6F1126;
}
</style>
background-color css
<style>
a { background-color: #6F1126; }
a { background-color: rgb(111,17,38); }
div.DivClassName
{
background-color: #6F1126;
}
.BgClassName
{
background-color: #6F1126;
}
</style>
border-color css
<style>
span { border-color: #6F1126; }
span { border-color: rgb(111,17,38); }
td.TdClassName
{
border-color: #6F1126;
}
.TagClassName
{
border-color: #6F1126;
}
</style>