Shades of Pohutukawa #690D2A
Tints of Pohutukawa #690D2A
RGB
CMYK
RGB Variations
Color information
#690D2A (or 0x690D2A) is known color: Pohutukawa. HEX triplet: 69, 0D and 2A. RGB value is (105,13,42). Sum of RGB (Red+Green+Blue) = 105+13+42=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D2A is #96F2D5. Grayscale: #2B2B2B. Windows color (decimal): -9892566 or 2755945. OLE color: 2755945.
HSL color Cylindrical-coordinate representation of color #690D2A: hue angle of 341.09º 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 #690D2A is Cyan = 0, Magento = 0.88, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 42 | - |
| CMYK | 0 | 0.88 | 0.6 | 0.59 |
| HSL | 341.09º | 0.78% | 0.23% | - |
| HSV(B) | 341.09º | 0.88% | 0.41% | - |
| XYZ | 6.39 | 3.46 | 2.52 | - |
| YUV | 43.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 42 | 0 | 0.88 | 0.6 | 0.59 | 341.09 | 0.78 | 0.23 |
| Hex | 69 | D | 2A | 0 | 58 | 3C | 3B | 155 | 4E | 17 |
| Octal | 151 | 15 | 52 | 0 | 130 | 74 | 73 | 525 | 116 | 27 |
| Binary | 1101001 | 1101 | 101010 | 0 | 1011000 | 111100 | 111011 | 101010101 | 1001110 | 10111 |
Color Harmonies of #690D2A
Complementary color
Monochromatic Colors of #690D2A
Black with #690D2A
Text Example
Text Example
White with #690D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D2A; }
p { color: rgb(105,13,42); }
H1.HeaderClassName
{
color: #690D2A;
}
.AnyTagClassName
{
color: #690D2A;
}
</style>
background-color css
<style>
a { background-color: #690D2A; }
a { background-color: rgb(105,13,42); }
div.DivClassName
{
background-color: #690D2A;
}
.BgClassName
{
background-color: #690D2A;
}
</style>
border-color css
<style>
span { border-color: #690D2A; }
span { border-color: rgb(105,13,42); }
td.TdClassName
{
border-color: #690D2A;
}
.TagClassName
{
border-color: #690D2A;
}
</style>