Shades of Pohutukawa #6F121A
Tints of Pohutukawa #6F121A
RGB
CMYK
RGB Variations
Color information
#6F121A (or 0x6F121A) is known color: Pohutukawa. HEX triplet: 6F, 12 and 1A. RGB value is (111,18,26). Sum of RGB (Red+Green+Blue) = 111+18+26=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F121A is #90EDE5. Grayscale: #2E2E2E. Windows color (decimal): -9498086 or 1708655. OLE color: 1708655.
HSL color Cylindrical-coordinate representation of color #6F121A: hue angle of 354.84º 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 #6F121A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 26 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.56 |
| HSL | 354.84º | 0.72% | 0.25% | - |
| HSV(B) | 354.84º | 0.84% | 0.44% | - |
| XYZ | 6.96 | 3.89 | 1.36 | - |
| YUV | 46.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 26 | 0 | 0.84 | 0.77 | 0.56 | 354.84 | 0.72 | 0.25 |
| Hex | 6F | 12 | 1A | 0 | 54 | 4D | 38 | 163 | 48 | 19 |
| Octal | 157 | 22 | 32 | 0 | 124 | 115 | 70 | 543 | 110 | 31 |
| Binary | 1101111 | 10010 | 11010 | 0 | 1010100 | 1001101 | 111000 | 101100011 | 1001000 | 11001 |
Color Harmonies of #6F121A
Complementary color
Monochromatic Colors of #6F121A
Black with #6F121A
Text Example
Text Example
White with #6F121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F121A; }
p { color: rgb(111,18,26); }
H1.HeaderClassName
{
color: #6F121A;
}
.AnyTagClassName
{
color: #6F121A;
}
</style>
background-color css
<style>
a { background-color: #6F121A; }
a { background-color: rgb(111,18,26); }
div.DivClassName
{
background-color: #6F121A;
}
.BgClassName
{
background-color: #6F121A;
}
</style>
border-color css
<style>
span { border-color: #6F121A; }
span { border-color: rgb(111,18,26); }
td.TdClassName
{
border-color: #6F121A;
}
.TagClassName
{
border-color: #6F121A;
}
</style>