Shades of Pohutukawa #690C27
Tints of Pohutukawa #690C27
RGB
CMYK
RGB Variations
Color information
#690C27 (or 0x690C27) is known color: Pohutukawa. HEX triplet: 69, 0C and 27. RGB value is (105,12,39). Sum of RGB (Red+Green+Blue) = 105+12+39=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #690C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C27 is #96F3D8. Grayscale: #2A2A2A. Windows color (decimal): -9892825 or 2559081. OLE color: 2559081.
HSL color Cylindrical-coordinate representation of color #690C27: hue angle of 342.58º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C27 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 39 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.59 |
| HSL | 342.58º | 0.79% | 0.23% | - |
| HSV(B) | 342.58º | 0.89% | 0.41% | - |
| XYZ | 6.32 | 3.41 | 2.24 | - |
| YUV | 42.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 39 | 0 | 0.89 | 0.63 | 0.59 | 342.58 | 0.79 | 0.23 |
| Hex | 69 | C | 27 | 0 | 59 | 3F | 3B | 157 | 4F | 17 |
| Octal | 151 | 14 | 47 | 0 | 131 | 77 | 73 | 527 | 117 | 27 |
| Binary | 1101001 | 1100 | 100111 | 0 | 1011001 | 111111 | 111011 | 101010111 | 1001111 | 10111 |
Color Harmonies of #690C27
Complementary color
Monochromatic Colors of #690C27
Black with #690C27
Text Example
Text Example
White with #690C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C27; }
p { color: rgb(105,12,39); }
H1.HeaderClassName
{
color: #690C27;
}
.AnyTagClassName
{
color: #690C27;
}
</style>
background-color css
<style>
a { background-color: #690C27; }
a { background-color: rgb(105,12,39); }
div.DivClassName
{
background-color: #690C27;
}
.BgClassName
{
background-color: #690C27;
}
</style>
border-color css
<style>
span { border-color: #690C27; }
span { border-color: rgb(105,12,39); }
td.TdClassName
{
border-color: #690C27;
}
.TagClassName
{
border-color: #690C27;
}
</style>