Shades of Pohutukawa #690D19
Tints of Pohutukawa #690D19
RGB
CMYK
RGB Variations
Color information
#690D19 (or 0x690D19) is known color: Pohutukawa. HEX triplet: 69, 0D and 19. RGB value is (105,13,25). Sum of RGB (Red+Green+Blue) = 105+13+25=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #690D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690D19 is #96F2E6. Grayscale: #292929. Windows color (decimal): -9892583 or 1641833. OLE color: 1641833.
HSL color Cylindrical-coordinate representation of color #690D19: hue angle of 352.17º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D19 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 25 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.59 |
| HSL | 352.17º | 0.78% | 0.23% | - |
| HSV(B) | 352.17º | 0.88% | 0.41% | - |
| XYZ | 6.15 | 3.36 | 1.24 | - |
| YUV | 41.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 25 | 0 | 0.88 | 0.76 | 0.59 | 352.17 | 0.78 | 0.23 |
| Hex | 69 | D | 19 | 0 | 58 | 4C | 3B | 160 | 4E | 17 |
| Octal | 151 | 15 | 31 | 0 | 130 | 114 | 73 | 540 | 116 | 27 |
| Binary | 1101001 | 1101 | 11001 | 0 | 1011000 | 1001100 | 111011 | 101100000 | 1001110 | 10111 |
Color Harmonies of #690D19
Complementary color
Monochromatic Colors of #690D19
Black with #690D19
Text Example
Text Example
White with #690D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D19; }
p { color: rgb(105,13,25); }
H1.HeaderClassName
{
color: #690D19;
}
.AnyTagClassName
{
color: #690D19;
}
</style>
background-color css
<style>
a { background-color: #690D19; }
a { background-color: rgb(105,13,25); }
div.DivClassName
{
background-color: #690D19;
}
.BgClassName
{
background-color: #690D19;
}
</style>
border-color css
<style>
span { border-color: #690D19; }
span { border-color: rgb(105,13,25); }
td.TdClassName
{
border-color: #690D19;
}
.TagClassName
{
border-color: #690D19;
}
</style>