Shades of Pohutukawa #690D23
Tints of Pohutukawa #690D23
RGB
CMYK
RGB Variations
Color information
#690D23 (or 0x690D23) is known color: Pohutukawa. HEX triplet: 69, 0D and 23. RGB value is (105,13,35). Sum of RGB (Red+Green+Blue) = 105+13+35=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #690D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D23 is #96F2DC. Grayscale: #2B2B2B. Windows color (decimal): -9892573 or 2297193. OLE color: 2297193.
HSL color Cylindrical-coordinate representation of color #690D23: hue angle of 345.65º 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 #690D23 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 35 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.59 |
| HSL | 345.65º | 0.78% | 0.23% | - |
| HSV(B) | 345.65º | 0.88% | 0.41% | - |
| XYZ | 6.27 | 3.41 | 1.92 | - |
| YUV | 43.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 35 | 0 | 0.88 | 0.67 | 0.59 | 345.65 | 0.78 | 0.23 |
| Hex | 69 | D | 23 | 0 | 58 | 43 | 3B | 15A | 4E | 17 |
| Octal | 151 | 15 | 43 | 0 | 130 | 103 | 73 | 532 | 116 | 27 |
| Binary | 1101001 | 1101 | 100011 | 0 | 1011000 | 1000011 | 111011 | 101011010 | 1001110 | 10111 |
Color Harmonies of #690D23
Complementary color
Monochromatic Colors of #690D23
Black with #690D23
Text Example
Text Example
White with #690D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D23; }
p { color: rgb(105,13,35); }
H1.HeaderClassName
{
color: #690D23;
}
.AnyTagClassName
{
color: #690D23;
}
</style>
background-color css
<style>
a { background-color: #690D23; }
a { background-color: rgb(105,13,35); }
div.DivClassName
{
background-color: #690D23;
}
.BgClassName
{
background-color: #690D23;
}
</style>
border-color css
<style>
span { border-color: #690D23; }
span { border-color: rgb(105,13,35); }
td.TdClassName
{
border-color: #690D23;
}
.TagClassName
{
border-color: #690D23;
}
</style>