Shades of Pohutukawa #690B0D
Tints of Pohutukawa #690B0D
RGB
CMYK
RGB Variations
Color information
#690B0D (or 0x690B0D) is known color: Pohutukawa. HEX triplet: 69, 0B and 0D. RGB value is (105,11,13). Sum of RGB (Red+Green+Blue) = 105+11+13=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #690B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B0D is #96F4F2. Grayscale: #272727. Windows color (decimal): -9893107 or 854889. OLE color: 854889.
HSL color Cylindrical-coordinate representation of color #690B0D: hue angle of 358.72º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B0D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 13 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.59 |
| HSL | 358.72º | 0.81% | 0.23% | - |
| HSV(B) | 358.72º | 0.9% | 0.41% | - |
| XYZ | 6.02 | 3.27 | 0.7 | - |
| YUV | 39.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 13 | 0 | 0.90 | 0.88 | 0.59 | 358.72 | 0.81 | 0.23 |
| Hex | 69 | B | D | 0 | 5A | 58 | 3B | 167 | 51 | 17 |
| Octal | 151 | 13 | 15 | 0 | 132 | 130 | 73 | 547 | 121 | 27 |
| Binary | 1101001 | 1011 | 1101 | 0 | 1011010 | 1011000 | 111011 | 101100111 | 1010001 | 10111 |
Color Harmonies of #690B0D
Complementary color
Monochromatic Colors of #690B0D
Black with #690B0D
Text Example
Text Example
White with #690B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B0D; }
p { color: rgb(105,11,13); }
H1.HeaderClassName
{
color: #690B0D;
}
.AnyTagClassName
{
color: #690B0D;
}
</style>
background-color css
<style>
a { background-color: #690B0D; }
a { background-color: rgb(105,11,13); }
div.DivClassName
{
background-color: #690B0D;
}
.BgClassName
{
background-color: #690B0D;
}
</style>
border-color css
<style>
span { border-color: #690B0D; }
span { border-color: rgb(105,11,13); }
td.TdClassName
{
border-color: #690B0D;
}
.TagClassName
{
border-color: #690B0D;
}
</style>