Shades of Pohutukawa #6F101B
Tints of Pohutukawa #6F101B
RGB
CMYK
RGB Variations
Color information
#6F101B (or 0x6F101B) is known color: Pohutukawa. HEX triplet: 6F, 10 and 1B. RGB value is (111,16,27). Sum of RGB (Red+Green+Blue) = 111+16+27=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F101B is #90EFE4. Grayscale: #2D2D2D. Windows color (decimal): -9498597 or 1773679. OLE color: 1773679.
HSL color Cylindrical-coordinate representation of color #6F101B: hue angle of 353.05º degrees, saturation: 0.75, 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 #6F101B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 27 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.56 |
| HSL | 353.05º | 0.75% | 0.25% | - |
| HSV(B) | 353.05º | 0.86% | 0.44% | - |
| XYZ | 6.94 | 3.83 | 1.41 | - |
| YUV | 45.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 27 | 0 | 0.86 | 0.76 | 0.56 | 353.05 | 0.75 | 0.25 |
| Hex | 6F | 10 | 1B | 0 | 56 | 4C | 38 | 161 | 4B | 19 |
| Octal | 157 | 20 | 33 | 0 | 126 | 114 | 70 | 541 | 113 | 31 |
| Binary | 1101111 | 10000 | 11011 | 0 | 1010110 | 1001100 | 111000 | 101100001 | 1001011 | 11001 |
Color Harmonies of #6F101B
Complementary color
Monochromatic Colors of #6F101B
Black with #6F101B
Text Example
Text Example
White with #6F101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F101B; }
p { color: rgb(111,16,27); }
H1.HeaderClassName
{
color: #6F101B;
}
.AnyTagClassName
{
color: #6F101B;
}
</style>
background-color css
<style>
a { background-color: #6F101B; }
a { background-color: rgb(111,16,27); }
div.DivClassName
{
background-color: #6F101B;
}
.BgClassName
{
background-color: #6F101B;
}
</style>
border-color css
<style>
span { border-color: #6F101B; }
span { border-color: rgb(111,16,27); }
td.TdClassName
{
border-color: #6F101B;
}
.TagClassName
{
border-color: #6F101B;
}
</style>