Shades of Pohutukawa #6E141A
Tints of Pohutukawa #6E141A
RGB
CMYK
RGB Variations
Color information
#6E141A (or 0x6E141A) is known color: Pohutukawa. HEX triplet: 6E, 14 and 1A. RGB value is (110,20,26). Sum of RGB (Red+Green+Blue) = 110+20+26=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E141A is #91EBE5. Grayscale: #2F2F2F. Windows color (decimal): -9563110 or 1709166. OLE color: 1709166.
HSL color Cylindrical-coordinate representation of color #6E141A: hue angle of 356º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E141A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 26 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.57 |
| HSL | 356º | 0.69% | 0.25% | - |
| HSV(B) | 356º | 0.82% | 0.43% | - |
| XYZ | 6.87 | 3.89 | 1.37 | - |
| YUV | 47.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 26 | 0 | 0.82 | 0.76 | 0.57 | 356 | 0.69 | 0.25 |
| Hex | 6E | 14 | 1A | 0 | 52 | 4C | 39 | 164 | 45 | 19 |
| Octal | 156 | 24 | 32 | 0 | 122 | 114 | 71 | 544 | 105 | 31 |
| Binary | 1101110 | 10100 | 11010 | 0 | 1010010 | 1001100 | 111001 | 101100100 | 1000101 | 11001 |
Color Harmonies of #6E141A
Complementary color
Monochromatic Colors of #6E141A
Black with #6E141A
Text Example
Text Example
White with #6E141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E141A; }
p { color: rgb(110,20,26); }
H1.HeaderClassName
{
color: #6E141A;
}
.AnyTagClassName
{
color: #6E141A;
}
</style>
background-color css
<style>
a { background-color: #6E141A; }
a { background-color: rgb(110,20,26); }
div.DivClassName
{
background-color: #6E141A;
}
.BgClassName
{
background-color: #6E141A;
}
</style>
border-color css
<style>
span { border-color: #6E141A; }
span { border-color: rgb(110,20,26); }
td.TdClassName
{
border-color: #6E141A;
}
.TagClassName
{
border-color: #6E141A;
}
</style>