Shades of Pohutukawa #690C2B
Tints of Pohutukawa #690C2B
RGB
CMYK
RGB Variations
Color information
#690C2B (or 0x690C2B) is known color: Pohutukawa. HEX triplet: 69, 0C and 2B. RGB value is (105,12,43). Sum of RGB (Red+Green+Blue) = 105+12+43=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C2B is #96F3D4. Grayscale: #2B2B2B. Windows color (decimal): -9892821 or 2821225. OLE color: 2821225.
HSL color Cylindrical-coordinate representation of color #690C2B: hue angle of 340º 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 #690C2B is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 43 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.59 |
| HSL | 340º | 0.79% | 0.23% | - |
| HSV(B) | 340º | 0.89% | 0.41% | - |
| XYZ | 6.39 | 3.44 | 2.61 | - |
| YUV | 43.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 43 | 0 | 0.89 | 0.59 | 0.59 | 340 | 0.79 | 0.23 |
| Hex | 69 | C | 2B | 0 | 59 | 3B | 3B | 154 | 4F | 17 |
| Octal | 151 | 14 | 53 | 0 | 131 | 73 | 73 | 524 | 117 | 27 |
| Binary | 1101001 | 1100 | 101011 | 0 | 1011001 | 111011 | 111011 | 101010100 | 1001111 | 10111 |
Color Harmonies of #690C2B
Complementary color
Monochromatic Colors of #690C2B
Black with #690C2B
Text Example
Text Example
White with #690C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C2B; }
p { color: rgb(105,12,43); }
H1.HeaderClassName
{
color: #690C2B;
}
.AnyTagClassName
{
color: #690C2B;
}
</style>
background-color css
<style>
a { background-color: #690C2B; }
a { background-color: rgb(105,12,43); }
div.DivClassName
{
background-color: #690C2B;
}
.BgClassName
{
background-color: #690C2B;
}
</style>
border-color css
<style>
span { border-color: #690C2B; }
span { border-color: rgb(105,12,43); }
td.TdClassName
{
border-color: #690C2B;
}
.TagClassName
{
border-color: #690C2B;
}
</style>