Shades of Pohutukawa #6F121D
Tints of Pohutukawa #6F121D
RGB
CMYK
RGB Variations
Color information
#6F121D (or 0x6F121D) is known color: Pohutukawa. HEX triplet: 6F, 12 and 1D. RGB value is (111,18,29). Sum of RGB (Red+Green+Blue) = 111+18+29=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F121D is #90EDE2. Grayscale: #2F2F2F. Windows color (decimal): -9498083 or 1905263. OLE color: 1905263.
HSL color Cylindrical-coordinate representation of color #6F121D: hue angle of 352.9º 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 #6F121D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 29 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.56 |
| HSL | 352.9º | 0.72% | 0.25% | - |
| HSV(B) | 352.9º | 0.84% | 0.44% | - |
| XYZ | 6.99 | 3.9 | 1.55 | - |
| YUV | 47.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 29 | 0 | 0.84 | 0.74 | 0.56 | 352.9 | 0.72 | 0.25 |
| Hex | 6F | 12 | 1D | 0 | 54 | 4A | 38 | 161 | 48 | 19 |
| Octal | 157 | 22 | 35 | 0 | 124 | 112 | 70 | 541 | 110 | 31 |
| Binary | 1101111 | 10010 | 11101 | 0 | 1010100 | 1001010 | 111000 | 101100001 | 1001000 | 11001 |
Color Harmonies of #6F121D
Complementary color
Monochromatic Colors of #6F121D
Black with #6F121D
Text Example
Text Example
White with #6F121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F121D; }
p { color: rgb(111,18,29); }
H1.HeaderClassName
{
color: #6F121D;
}
.AnyTagClassName
{
color: #6F121D;
}
</style>
background-color css
<style>
a { background-color: #6F121D; }
a { background-color: rgb(111,18,29); }
div.DivClassName
{
background-color: #6F121D;
}
.BgClassName
{
background-color: #6F121D;
}
</style>
border-color css
<style>
span { border-color: #6F121D; }
span { border-color: rgb(111,18,29); }
td.TdClassName
{
border-color: #6F121D;
}
.TagClassName
{
border-color: #6F121D;
}
</style>