Shades of Pohutukawa #690C29
Tints of Pohutukawa #690C29
RGB
CMYK
RGB Variations
Color information
#690C29 (or 0x690C29) is known color: Pohutukawa. HEX triplet: 69, 0C and 29. RGB value is (105,12,41). Sum of RGB (Red+Green+Blue) = 105+12+41=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #690C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C29 is #96F3D6. Grayscale: #2B2B2B. Windows color (decimal): -9892823 or 2690153. OLE color: 2690153.
HSL color Cylindrical-coordinate representation of color #690C29: hue angle of 341.29º 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 #690C29 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 41 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.59 |
| HSL | 341.29º | 0.79% | 0.23% | - |
| HSV(B) | 341.29º | 0.89% | 0.41% | - |
| XYZ | 6.36 | 3.43 | 2.42 | - |
| YUV | 43.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 41 | 0 | 0.89 | 0.61 | 0.59 | 341.29 | 0.79 | 0.23 |
| Hex | 69 | C | 29 | 0 | 59 | 3D | 3B | 155 | 4F | 17 |
| Octal | 151 | 14 | 51 | 0 | 131 | 75 | 73 | 525 | 117 | 27 |
| Binary | 1101001 | 1100 | 101001 | 0 | 1011001 | 111101 | 111011 | 101010101 | 1001111 | 10111 |
Color Harmonies of #690C29
Complementary color
Monochromatic Colors of #690C29
Black with #690C29
Text Example
Text Example
White with #690C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C29; }
p { color: rgb(105,12,41); }
H1.HeaderClassName
{
color: #690C29;
}
.AnyTagClassName
{
color: #690C29;
}
</style>
background-color css
<style>
a { background-color: #690C29; }
a { background-color: rgb(105,12,41); }
div.DivClassName
{
background-color: #690C29;
}
.BgClassName
{
background-color: #690C29;
}
</style>
border-color css
<style>
span { border-color: #690C29; }
span { border-color: rgb(105,12,41); }
td.TdClassName
{
border-color: #690C29;
}
.TagClassName
{
border-color: #690C29;
}
</style>