Shades of Pohutukawa #690F1D
Tints of Pohutukawa #690F1D
RGB
CMYK
RGB Variations
Color information
#690F1D (or 0x690F1D) is known color: Pohutukawa. HEX triplet: 69, 0F and 1D. RGB value is (105,15,29). Sum of RGB (Red+Green+Blue) = 105+15+29=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #690F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F1D is #96F0E2. Grayscale: #2B2B2B. Windows color (decimal): -9892067 or 1904489. OLE color: 1904489.
HSL color Cylindrical-coordinate representation of color #690F1D: hue angle of 350.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F1D is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 29 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.59 |
| HSL | 350.67º | 0.75% | 0.24% | - |
| HSV(B) | 350.67º | 0.86% | 0.41% | - |
| XYZ | 6.22 | 3.43 | 1.5 | - |
| YUV | 43.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 29 | 0 | 0.86 | 0.72 | 0.59 | 350.67 | 0.75 | 0.24 |
| Hex | 69 | F | 1D | 0 | 56 | 48 | 3B | 15F | 4B | 18 |
| Octal | 151 | 17 | 35 | 0 | 126 | 110 | 73 | 537 | 113 | 30 |
| Binary | 1101001 | 1111 | 11101 | 0 | 1010110 | 1001000 | 111011 | 101011111 | 1001011 | 11000 |
Color Harmonies of #690F1D
Complementary color
Monochromatic Colors of #690F1D
Black with #690F1D
Text Example
Text Example
White with #690F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F1D; }
p { color: rgb(105,15,29); }
H1.HeaderClassName
{
color: #690F1D;
}
.AnyTagClassName
{
color: #690F1D;
}
</style>
background-color css
<style>
a { background-color: #690F1D; }
a { background-color: rgb(105,15,29); }
div.DivClassName
{
background-color: #690F1D;
}
.BgClassName
{
background-color: #690F1D;
}
</style>
border-color css
<style>
span { border-color: #690F1D; }
span { border-color: rgb(105,15,29); }
td.TdClassName
{
border-color: #690F1D;
}
.TagClassName
{
border-color: #690F1D;
}
</style>