Shades of Pohutukawa #6F1124
Tints of Pohutukawa #6F1124
RGB
CMYK
RGB Variations
Color information
#6F1124 (or 0x6F1124) is known color: Pohutukawa. HEX triplet: 6F, 11 and 24. RGB value is (111,17,36). Sum of RGB (Red+Green+Blue) = 111+17+36=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1124 is #90EEDB. Grayscale: #2F2F2F. Windows color (decimal): -9498332 or 2363759. OLE color: 2363759.
HSL color Cylindrical-coordinate representation of color #6F1124: hue angle of 347.87º 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 #6F1124 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 36 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.56 |
| HSL | 347.87º | 0.73% | 0.25% | - |
| HSV(B) | 347.87º | 0.85% | 0.44% | - |
| XYZ | 7.07 | 3.91 | 2.05 | - |
| YUV | 47.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 36 | 0 | 0.85 | 0.68 | 0.56 | 347.87 | 0.73 | 0.25 |
| Hex | 6F | 11 | 24 | 0 | 55 | 44 | 38 | 15C | 49 | 19 |
| Octal | 157 | 21 | 44 | 0 | 125 | 104 | 70 | 534 | 111 | 31 |
| Binary | 1101111 | 10001 | 100100 | 0 | 1010101 | 1000100 | 111000 | 101011100 | 1001001 | 11001 |
Color Harmonies of #6F1124
Complementary color
Monochromatic Colors of #6F1124
Black with #6F1124
Text Example
Text Example
White with #6F1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1124; }
p { color: rgb(111,17,36); }
H1.HeaderClassName
{
color: #6F1124;
}
.AnyTagClassName
{
color: #6F1124;
}
</style>
background-color css
<style>
a { background-color: #6F1124; }
a { background-color: rgb(111,17,36); }
div.DivClassName
{
background-color: #6F1124;
}
.BgClassName
{
background-color: #6F1124;
}
</style>
border-color css
<style>
span { border-color: #6F1124; }
span { border-color: rgb(111,17,36); }
td.TdClassName
{
border-color: #6F1124;
}
.TagClassName
{
border-color: #6F1124;
}
</style>