Shades of Pohutukawa #6E112B
Tints of Pohutukawa #6E112B
RGB
CMYK
RGB Variations
Color information
#6E112B (or 0x6E112B) is known color: Pohutukawa. HEX triplet: 6E, 11 and 2B. RGB value is (110,17,43). Sum of RGB (Red+Green+Blue) = 110+17+43=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E112B is #91EED4. Grayscale: #2F2F2F. Windows color (decimal): -9563861 or 2822510. OLE color: 2822510.
HSL color Cylindrical-coordinate representation of color #6E112B: hue angle of 343.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E112B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 17 | 43 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.57 |
| HSL | 343.23º | 0.73% | 0.25% | - |
| HSV(B) | 343.23º | 0.85% | 0.43% | - |
| XYZ | 7.07 | 3.89 | 2.66 | - |
| YUV | 47.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 43 | 0 | 0.85 | 0.61 | 0.57 | 343.23 | 0.73 | 0.25 |
| Hex | 6E | 11 | 2B | 0 | 55 | 3D | 39 | 157 | 49 | 19 |
| Octal | 156 | 21 | 53 | 0 | 125 | 75 | 71 | 527 | 111 | 31 |
| Binary | 1101110 | 10001 | 101011 | 0 | 1010101 | 111101 | 111001 | 101010111 | 1001001 | 11001 |
Color Harmonies of #6E112B
Complementary color
Monochromatic Colors of #6E112B
Black with #6E112B
Text Example
Text Example
White with #6E112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E112B; }
p { color: rgb(110,17,43); }
H1.HeaderClassName
{
color: #6E112B;
}
.AnyTagClassName
{
color: #6E112B;
}
</style>
background-color css
<style>
a { background-color: #6E112B; }
a { background-color: rgb(110,17,43); }
div.DivClassName
{
background-color: #6E112B;
}
.BgClassName
{
background-color: #6E112B;
}
</style>
border-color css
<style>
span { border-color: #6E112B; }
span { border-color: rgb(110,17,43); }
td.TdClassName
{
border-color: #6E112B;
}
.TagClassName
{
border-color: #6E112B;
}
</style>