Shades of Pohutukawa #6F0E1B
Tints of Pohutukawa #6F0E1B
RGB
CMYK
RGB Variations
Color information
#6F0E1B (or 0x6F0E1B) is known color: Pohutukawa. HEX triplet: 6F, 0E and 1B. RGB value is (111,14,27). Sum of RGB (Red+Green+Blue) = 111+14+27=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E1B is #90F1E4. Grayscale: #2C2C2C. Windows color (decimal): -9499109 or 1773167. OLE color: 1773167.
HSL color Cylindrical-coordinate representation of color #6F0E1B: hue angle of 351.96º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E1B is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 27 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.56 |
| HSL | 351.96º | 0.78% | 0.25% | - |
| HSV(B) | 351.96º | 0.87% | 0.44% | - |
| XYZ | 6.91 | 3.77 | 1.4 | - |
| YUV | 44.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 27 | 0 | 0.87 | 0.76 | 0.56 | 351.96 | 0.78 | 0.25 |
| Hex | 6F | E | 1B | 0 | 57 | 4C | 38 | 160 | 4E | 19 |
| Octal | 157 | 16 | 33 | 0 | 127 | 114 | 70 | 540 | 116 | 31 |
| Binary | 1101111 | 1110 | 11011 | 0 | 1010111 | 1001100 | 111000 | 101100000 | 1001110 | 11001 |
Color Harmonies of #6F0E1B
Complementary color
Monochromatic Colors of #6F0E1B
Black with #6F0E1B
Text Example
Text Example
White with #6F0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E1B; }
p { color: rgb(111,14,27); }
H1.HeaderClassName
{
color: #6F0E1B;
}
.AnyTagClassName
{
color: #6F0E1B;
}
</style>
background-color css
<style>
a { background-color: #6F0E1B; }
a { background-color: rgb(111,14,27); }
div.DivClassName
{
background-color: #6F0E1B;
}
.BgClassName
{
background-color: #6F0E1B;
}
</style>
border-color css
<style>
span { border-color: #6F0E1B; }
span { border-color: rgb(111,14,27); }
td.TdClassName
{
border-color: #6F0E1B;
}
.TagClassName
{
border-color: #6F0E1B;
}
</style>