Shades of Pohutukawa #6E1317
Tints of Pohutukawa #6E1317
RGB
CMYK
RGB Variations
Color information
#6E1317 (or 0x6E1317) is known color: Pohutukawa. HEX triplet: 6E, 13 and 17. RGB value is (110,19,23). Sum of RGB (Red+Green+Blue) = 110+19+23=152 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.37% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1317 is #91ECE8. Grayscale: #2E2E2E. Windows color (decimal): -9563369 or 1512302. OLE color: 1512302.
HSL color Cylindrical-coordinate representation of color #6E1317: hue angle of 357.36º 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 #6E1317 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 19 | 23 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.57 |
| HSL | 357.36º | 0.71% | 0.25% | - |
| HSV(B) | 357.36º | 0.83% | 0.43% | - |
| XYZ | 6.82 | 3.84 | 1.19 | - |
| YUV | 46.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 23 | 0 | 0.83 | 0.79 | 0.57 | 357.36 | 0.71 | 0.25 |
| Hex | 6E | 13 | 17 | 0 | 53 | 4F | 39 | 165 | 47 | 19 |
| Octal | 156 | 23 | 27 | 0 | 123 | 117 | 71 | 545 | 107 | 31 |
| Binary | 1101110 | 10011 | 10111 | 0 | 1010011 | 1001111 | 111001 | 101100101 | 1000111 | 11001 |
Color Harmonies of #6E1317
Complementary color
Monochromatic Colors of #6E1317
Black with #6E1317
Text Example
Text Example
White with #6E1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1317; }
p { color: rgb(110,19,23); }
H1.HeaderClassName
{
color: #6E1317;
}
.AnyTagClassName
{
color: #6E1317;
}
</style>
background-color css
<style>
a { background-color: #6E1317; }
a { background-color: rgb(110,19,23); }
div.DivClassName
{
background-color: #6E1317;
}
.BgClassName
{
background-color: #6E1317;
}
</style>
border-color css
<style>
span { border-color: #6E1317; }
span { border-color: rgb(110,19,23); }
td.TdClassName
{
border-color: #6E1317;
}
.TagClassName
{
border-color: #6E1317;
}
</style>