Shades of Pohutukawa #6F1024
Tints of Pohutukawa #6F1024
RGB
CMYK
RGB Variations
Color information
#6F1024 (or 0x6F1024) is known color: Pohutukawa. HEX triplet: 6F, 10 and 24. RGB value is (111,16,36). Sum of RGB (Red+Green+Blue) = 111+16+36=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1024 is #90EFDB. Grayscale: #2E2E2E. Windows color (decimal): -9498588 or 2363503. OLE color: 2363503.
HSL color Cylindrical-coordinate representation of color #6F1024: hue angle of 347.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1024 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 36 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.56 |
| HSL | 347.37º | 0.75% | 0.25% | - |
| HSV(B) | 347.37º | 0.86% | 0.44% | - |
| XYZ | 7.06 | 3.88 | 2.05 | - |
| YUV | 46.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 36 | 0 | 0.86 | 0.68 | 0.56 | 347.37 | 0.75 | 0.25 |
| Hex | 6F | 10 | 24 | 0 | 56 | 44 | 38 | 15B | 4B | 19 |
| Octal | 157 | 20 | 44 | 0 | 126 | 104 | 70 | 533 | 113 | 31 |
| Binary | 1101111 | 10000 | 100100 | 0 | 1010110 | 1000100 | 111000 | 101011011 | 1001011 | 11001 |
Color Harmonies of #6F1024
Complementary color
Monochromatic Colors of #6F1024
Black with #6F1024
Text Example
Text Example
White with #6F1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1024; }
p { color: rgb(111,16,36); }
H1.HeaderClassName
{
color: #6F1024;
}
.AnyTagClassName
{
color: #6F1024;
}
</style>
background-color css
<style>
a { background-color: #6F1024; }
a { background-color: rgb(111,16,36); }
div.DivClassName
{
background-color: #6F1024;
}
.BgClassName
{
background-color: #6F1024;
}
</style>
border-color css
<style>
span { border-color: #6F1024; }
span { border-color: rgb(111,16,36); }
td.TdClassName
{
border-color: #6F1024;
}
.TagClassName
{
border-color: #6F1024;
}
</style>