Shades of Pohutukawa #6E1316
Tints of Pohutukawa #6E1316
RGB
CMYK
RGB Variations
Color information
#6E1316 (or 0x6E1316) is known color: Pohutukawa. HEX triplet: 6E, 13 and 16. RGB value is (110,19,22). Sum of RGB (Red+Green+Blue) = 110+19+22=151 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.85% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1316 is #91ECE9. Grayscale: #2E2E2E. Windows color (decimal): -9563370 or 1446766. OLE color: 1446766.
HSL color Cylindrical-coordinate representation of color #6E1316: hue angle of 358.02º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E1316 is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 19 | 22 | - |
| CMYK | 0 | 0.83 | 0.8 | 0.57 |
| HSL | 358.02º | 0.71% | 0.25% | - |
| HSV(B) | 358.02º | 0.83% | 0.43% | - |
| XYZ | 6.81 | 3.84 | 1.14 | - |
| YUV | 46.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 22 | 0 | 0.83 | 0.8 | 0.57 | 358.02 | 0.71 | 0.25 |
| Hex | 6E | 13 | 16 | 0 | 53 | 50 | 39 | 166 | 47 | 19 |
| Octal | 156 | 23 | 26 | 0 | 123 | 120 | 71 | 546 | 107 | 31 |
| Binary | 1101110 | 10011 | 10110 | 0 | 1010011 | 1010000 | 111001 | 101100110 | 1000111 | 11001 |
Color Harmonies of #6E1316
Complementary color
Monochromatic Colors of #6E1316
Black with #6E1316
Text Example
Text Example
White with #6E1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1316; }
p { color: rgb(110,19,22); }
H1.HeaderClassName
{
color: #6E1316;
}
.AnyTagClassName
{
color: #6E1316;
}
</style>
background-color css
<style>
a { background-color: #6E1316; }
a { background-color: rgb(110,19,22); }
div.DivClassName
{
background-color: #6E1316;
}
.BgClassName
{
background-color: #6E1316;
}
</style>
border-color css
<style>
span { border-color: #6E1316; }
span { border-color: rgb(110,19,22); }
td.TdClassName
{
border-color: #6E1316;
}
.TagClassName
{
border-color: #6E1316;
}
</style>