Shades of Pohutukawa #690B1C
Tints of Pohutukawa #690B1C
RGB
CMYK
RGB Variations
Color information
#690B1C (or 0x690B1C) is known color: Pohutukawa. HEX triplet: 69, 0B and 1C. RGB value is (105,11,28). Sum of RGB (Red+Green+Blue) = 105+11+28=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #690B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B1C is #96F4E3. Grayscale: #292929. Windows color (decimal): -9893092 or 1837929. OLE color: 1837929.
HSL color Cylindrical-coordinate representation of color #690B1C: hue angle of 349.15º 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 #690B1C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 28 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.59 |
| HSL | 349.15º | 0.81% | 0.23% | - |
| HSV(B) | 349.15º | 0.9% | 0.41% | - |
| XYZ | 6.15 | 3.33 | 1.42 | - |
| YUV | 41.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 28 | 0 | 0.90 | 0.73 | 0.59 | 349.15 | 0.81 | 0.23 |
| Hex | 69 | B | 1C | 0 | 5A | 49 | 3B | 15D | 51 | 17 |
| Octal | 151 | 13 | 34 | 0 | 132 | 111 | 73 | 535 | 121 | 27 |
| Binary | 1101001 | 1011 | 11100 | 0 | 1011010 | 1001001 | 111011 | 101011101 | 1010001 | 10111 |
Color Harmonies of #690B1C
Complementary color
Monochromatic Colors of #690B1C
Black with #690B1C
Text Example
Text Example
White with #690B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B1C; }
p { color: rgb(105,11,28); }
H1.HeaderClassName
{
color: #690B1C;
}
.AnyTagClassName
{
color: #690B1C;
}
</style>
background-color css
<style>
a { background-color: #690B1C; }
a { background-color: rgb(105,11,28); }
div.DivClassName
{
background-color: #690B1C;
}
.BgClassName
{
background-color: #690B1C;
}
</style>
border-color css
<style>
span { border-color: #690B1C; }
span { border-color: rgb(105,11,28); }
td.TdClassName
{
border-color: #690B1C;
}
.TagClassName
{
border-color: #690B1C;
}
</style>