Shades of Pohutukawa #6E1127
Tints of Pohutukawa #6E1127
RGB
CMYK
RGB Variations
Color information
#6E1127 (or 0x6E1127) is known color: Pohutukawa. HEX triplet: 6E, 11 and 27. RGB value is (110,17,39). Sum of RGB (Red+Green+Blue) = 110+17+39=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1127 is #91EED8. Grayscale: #2F2F2F. Windows color (decimal): -9563865 or 2560366. OLE color: 2560366.
HSL color Cylindrical-coordinate representation of color #6E1127: hue angle of 345.81º 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 #6E1127 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 17 | 39 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.57 |
| HSL | 345.81º | 0.73% | 0.25% | - |
| HSV(B) | 345.81º | 0.85% | 0.43% | - |
| XYZ | 7 | 3.86 | 2.3 | - |
| YUV | 47.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 39 | 0 | 0.85 | 0.65 | 0.57 | 345.81 | 0.73 | 0.25 |
| Hex | 6E | 11 | 27 | 0 | 55 | 41 | 39 | 15A | 49 | 19 |
| Octal | 156 | 21 | 47 | 0 | 125 | 101 | 71 | 532 | 111 | 31 |
| Binary | 1101110 | 10001 | 100111 | 0 | 1010101 | 1000001 | 111001 | 101011010 | 1001001 | 11001 |
Color Harmonies of #6E1127
Complementary color
Monochromatic Colors of #6E1127
Black with #6E1127
Text Example
Text Example
White with #6E1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1127; }
p { color: rgb(110,17,39); }
H1.HeaderClassName
{
color: #6E1127;
}
.AnyTagClassName
{
color: #6E1127;
}
</style>
background-color css
<style>
a { background-color: #6E1127; }
a { background-color: rgb(110,17,39); }
div.DivClassName
{
background-color: #6E1127;
}
.BgClassName
{
background-color: #6E1127;
}
</style>
border-color css
<style>
span { border-color: #6E1127; }
span { border-color: rgb(110,17,39); }
td.TdClassName
{
border-color: #6E1127;
}
.TagClassName
{
border-color: #6E1127;
}
</style>