Shades of Pohutukawa #691A2C
Tints of Pohutukawa #691A2C
RGB
CMYK
RGB Variations
Color information
#691A2C (or 0x691A2C) is known color: Pohutukawa. HEX triplet: 69, 1A and 2C. RGB value is (105,26,44). Sum of RGB (Red+Green+Blue) = 105+26+44=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A2C is #96E5D3. Grayscale: #333333. Windows color (decimal): -9889236 or 2890345. OLE color: 2890345.
HSL color Cylindrical-coordinate representation of color #691A2C: hue angle of 346.33º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A2C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 26 | 44 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.59 |
| HSL | 346.33º | 0.6% | 0.26% | - |
| HSV(B) | 346.33º | 0.75% | 0.41% | - |
| XYZ | 6.65 | 3.92 | 2.79 | - |
| YUV | 51.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 44 | 0 | 0.75 | 0.58 | 0.59 | 346.33 | 0.6 | 0.26 |
| Hex | 69 | 1A | 2C | 0 | 4B | 3A | 3B | 15A | 3C | 1A |
| Octal | 151 | 32 | 54 | 0 | 113 | 72 | 73 | 532 | 74 | 32 |
| Binary | 1101001 | 11010 | 101100 | 0 | 1001011 | 111010 | 111011 | 101011010 | 111100 | 11010 |
Color Harmonies of #691A2C
Complementary color
Monochromatic Colors of #691A2C
Black with #691A2C
Text Example
Text Example
White with #691A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A2C; }
p { color: rgb(105,26,44); }
H1.HeaderClassName
{
color: #691A2C;
}
.AnyTagClassName
{
color: #691A2C;
}
</style>
background-color css
<style>
a { background-color: #691A2C; }
a { background-color: rgb(105,26,44); }
div.DivClassName
{
background-color: #691A2C;
}
.BgClassName
{
background-color: #691A2C;
}
</style>
border-color css
<style>
span { border-color: #691A2C; }
span { border-color: rgb(105,26,44); }
td.TdClassName
{
border-color: #691A2C;
}
.TagClassName
{
border-color: #691A2C;
}
</style>