Shades of Pohutukawa #690E27
Tints of Pohutukawa #690E27
RGB
CMYK
RGB Variations
Color information
#690E27 (or 0x690E27) is known color: Pohutukawa. HEX triplet: 69, 0E and 27. RGB value is (105,14,39). Sum of RGB (Red+Green+Blue) = 105+14+39=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #690E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690E27 is #96F1D8. Grayscale: #2C2C2C. Windows color (decimal): -9892313 or 2559593. OLE color: 2559593.
HSL color Cylindrical-coordinate representation of color #690E27: hue angle of 343.52º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E27 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 14 | 39 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.59 |
| HSL | 343.52º | 0.76% | 0.23% | - |
| HSV(B) | 343.52º | 0.87% | 0.41% | - |
| XYZ | 6.35 | 3.46 | 2.25 | - |
| YUV | 44.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 39 | 0 | 0.87 | 0.63 | 0.59 | 343.52 | 0.76 | 0.23 |
| Hex | 69 | E | 27 | 0 | 57 | 3F | 3B | 158 | 4C | 17 |
| Octal | 151 | 16 | 47 | 0 | 127 | 77 | 73 | 530 | 114 | 27 |
| Binary | 1101001 | 1110 | 100111 | 0 | 1010111 | 111111 | 111011 | 101011000 | 1001100 | 10111 |
Color Harmonies of #690E27
Complementary color
Monochromatic Colors of #690E27
Black with #690E27
Text Example
Text Example
White with #690E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E27; }
p { color: rgb(105,14,39); }
H1.HeaderClassName
{
color: #690E27;
}
.AnyTagClassName
{
color: #690E27;
}
</style>
background-color css
<style>
a { background-color: #690E27; }
a { background-color: rgb(105,14,39); }
div.DivClassName
{
background-color: #690E27;
}
.BgClassName
{
background-color: #690E27;
}
</style>
border-color css
<style>
span { border-color: #690E27; }
span { border-color: rgb(105,14,39); }
td.TdClassName
{
border-color: #690E27;
}
.TagClassName
{
border-color: #690E27;
}
</style>