Shades of Pohutukawa #6F1221
Tints of Pohutukawa #6F1221
RGB
CMYK
RGB Variations
Color information
#6F1221 (or 0x6F1221) is known color: Pohutukawa. HEX triplet: 6F, 12 and 21. RGB value is (111,18,33). Sum of RGB (Red+Green+Blue) = 111+18+33=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1221 is #90EDDE. Grayscale: #2F2F2F. Windows color (decimal): -9498079 or 2167407. OLE color: 2167407.
HSL color Cylindrical-coordinate representation of color #6F1221: hue angle of 350.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1221 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 33 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.56 |
| HSL | 350.32º | 0.72% | 0.25% | - |
| HSV(B) | 350.32º | 0.84% | 0.44% | - |
| XYZ | 7.05 | 3.92 | 1.82 | - |
| YUV | 47.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 33 | 0 | 0.84 | 0.70 | 0.56 | 350.32 | 0.72 | 0.25 |
| Hex | 6F | 12 | 21 | 0 | 54 | 46 | 38 | 15E | 48 | 19 |
| Octal | 157 | 22 | 41 | 0 | 124 | 106 | 70 | 536 | 110 | 31 |
| Binary | 1101111 | 10010 | 100001 | 0 | 1010100 | 1000110 | 111000 | 101011110 | 1001000 | 11001 |
Color Harmonies of #6F1221
Complementary color
Monochromatic Colors of #6F1221
Black with #6F1221
Text Example
Text Example
White with #6F1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1221; }
p { color: rgb(111,18,33); }
H1.HeaderClassName
{
color: #6F1221;
}
.AnyTagClassName
{
color: #6F1221;
}
</style>
background-color css
<style>
a { background-color: #6F1221; }
a { background-color: rgb(111,18,33); }
div.DivClassName
{
background-color: #6F1221;
}
.BgClassName
{
background-color: #6F1221;
}
</style>
border-color css
<style>
span { border-color: #6F1221; }
span { border-color: rgb(111,18,33); }
td.TdClassName
{
border-color: #6F1221;
}
.TagClassName
{
border-color: #6F1221;
}
</style>