Shades of Pohutukawa #6F0F28
Tints of Pohutukawa #6F0F28
RGB
CMYK
RGB Variations
Color information
#6F0F28 (or 0x6F0F28) is known color: Pohutukawa. HEX triplet: 6F, 0F and 28. RGB value is (111,15,40). Sum of RGB (Red+Green+Blue) = 111+15+40=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F28 is #90F0D7. Grayscale: #2E2E2E. Windows color (decimal): -9498840 or 2625391. OLE color: 2625391.
HSL color Cylindrical-coordinate representation of color #6F0F28: hue angle of 344.38º degrees, saturation: 0.76, 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 #6F0F28 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 40 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.56 |
| HSL | 344.38º | 0.76% | 0.25% | - |
| HSV(B) | 344.38º | 0.86% | 0.44% | - |
| XYZ | 7.11 | 3.87 | 2.38 | - |
| YUV | 46.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 40 | 0 | 0.86 | 0.64 | 0.56 | 344.38 | 0.76 | 0.25 |
| Hex | 6F | F | 28 | 0 | 56 | 40 | 38 | 158 | 4C | 19 |
| Octal | 157 | 17 | 50 | 0 | 126 | 100 | 70 | 530 | 114 | 31 |
| Binary | 1101111 | 1111 | 101000 | 0 | 1010110 | 1000000 | 111000 | 101011000 | 1001100 | 11001 |
Color Harmonies of #6F0F28
Complementary color
Monochromatic Colors of #6F0F28
Black with #6F0F28
Text Example
Text Example
White with #6F0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F28; }
p { color: rgb(111,15,40); }
H1.HeaderClassName
{
color: #6F0F28;
}
.AnyTagClassName
{
color: #6F0F28;
}
</style>
background-color css
<style>
a { background-color: #6F0F28; }
a { background-color: rgb(111,15,40); }
div.DivClassName
{
background-color: #6F0F28;
}
.BgClassName
{
background-color: #6F0F28;
}
</style>
border-color css
<style>
span { border-color: #6F0F28; }
span { border-color: rgb(111,15,40); }
td.TdClassName
{
border-color: #6F0F28;
}
.TagClassName
{
border-color: #6F0F28;
}
</style>