Shades of Pohutukawa #6F111D
Tints of Pohutukawa #6F111D
RGB
CMYK
RGB Variations
Color information
#6F111D (or 0x6F111D) is known color: Pohutukawa. HEX triplet: 6F, 11 and 1D. RGB value is (111,17,29). Sum of RGB (Red+Green+Blue) = 111+17+29=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F111D is #90EEE2. Grayscale: #2E2E2E. Windows color (decimal): -9498339 or 1905007. OLE color: 1905007.
HSL color Cylindrical-coordinate representation of color #6F111D: hue angle of 352.34º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F111D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 29 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.56 |
| HSL | 352.34º | 0.73% | 0.25% | - |
| HSV(B) | 352.34º | 0.85% | 0.44% | - |
| XYZ | 6.98 | 3.87 | 1.54 | - |
| YUV | 46.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 29 | 0 | 0.85 | 0.74 | 0.56 | 352.34 | 0.73 | 0.25 |
| Hex | 6F | 11 | 1D | 0 | 55 | 4A | 38 | 160 | 49 | 19 |
| Octal | 157 | 21 | 35 | 0 | 125 | 112 | 70 | 540 | 111 | 31 |
| Binary | 1101111 | 10001 | 11101 | 0 | 1010101 | 1001010 | 111000 | 101100000 | 1001001 | 11001 |
Color Harmonies of #6F111D
Complementary color
Monochromatic Colors of #6F111D
Black with #6F111D
Text Example
Text Example
White with #6F111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F111D; }
p { color: rgb(111,17,29); }
H1.HeaderClassName
{
color: #6F111D;
}
.AnyTagClassName
{
color: #6F111D;
}
</style>
background-color css
<style>
a { background-color: #6F111D; }
a { background-color: rgb(111,17,29); }
div.DivClassName
{
background-color: #6F111D;
}
.BgClassName
{
background-color: #6F111D;
}
</style>
border-color css
<style>
span { border-color: #6F111D; }
span { border-color: rgb(111,17,29); }
td.TdClassName
{
border-color: #6F111D;
}
.TagClassName
{
border-color: #6F111D;
}
</style>