Shades of Pohutukawa #690B13
Tints of Pohutukawa #690B13
RGB
CMYK
RGB Variations
Color information
#690B13 (or 0x690B13) is known color: Pohutukawa. HEX triplet: 69, 0B and 13. RGB value is (105,11,19). Sum of RGB (Red+Green+Blue) = 105+11+19=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #690B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B13 is #96F4EC. Grayscale: #282828. Windows color (decimal): -9893101 or 1248105. OLE color: 1248105.
HSL color Cylindrical-coordinate representation of color #690B13: hue angle of 354.89º 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 #690B13 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 19 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.59 |
| HSL | 354.89º | 0.81% | 0.23% | - |
| HSV(B) | 354.89º | 0.9% | 0.41% | - |
| XYZ | 6.06 | 3.29 | 0.93 | - |
| YUV | 40.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 19 | 0 | 0.90 | 0.82 | 0.59 | 354.89 | 0.81 | 0.23 |
| Hex | 69 | B | 13 | 0 | 5A | 52 | 3B | 163 | 51 | 17 |
| Octal | 151 | 13 | 23 | 0 | 132 | 122 | 73 | 543 | 121 | 27 |
| Binary | 1101001 | 1011 | 10011 | 0 | 1011010 | 1010010 | 111011 | 101100011 | 1010001 | 10111 |
Color Harmonies of #690B13
Complementary color
Monochromatic Colors of #690B13
Black with #690B13
Text Example
Text Example
White with #690B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B13; }
p { color: rgb(105,11,19); }
H1.HeaderClassName
{
color: #690B13;
}
.AnyTagClassName
{
color: #690B13;
}
</style>
background-color css
<style>
a { background-color: #690B13; }
a { background-color: rgb(105,11,19); }
div.DivClassName
{
background-color: #690B13;
}
.BgClassName
{
background-color: #690B13;
}
</style>
border-color css
<style>
span { border-color: #690B13; }
span { border-color: rgb(105,11,19); }
td.TdClassName
{
border-color: #690B13;
}
.TagClassName
{
border-color: #690B13;
}
</style>