Shades of Pohutukawa #691D29
Tints of Pohutukawa #691D29
RGB
CMYK
RGB Variations
Color information
#691D29 (or 0x691D29) is known color: Pohutukawa. HEX triplet: 69, 1D and 29. RGB value is (105,29,41). Sum of RGB (Red+Green+Blue) = 105+29+41=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D29 is #96E2D6. Grayscale: #353535. Windows color (decimal): -9888471 or 2694505. OLE color: 2694505.
HSL color Cylindrical-coordinate representation of color #691D29: hue angle of 350.53º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D29 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 41 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.59 |
| HSL | 350.53º | 0.57% | 0.26% | - |
| HSV(B) | 350.53º | 0.72% | 0.41% | - |
| XYZ | 6.67 | 4.04 | 2.53 | - |
| YUV | 53.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 41 | 0 | 0.72 | 0.61 | 0.59 | 350.53 | 0.57 | 0.26 |
| Hex | 69 | 1D | 29 | 0 | 48 | 3D | 3B | 15F | 39 | 1A |
| Octal | 151 | 35 | 51 | 0 | 110 | 75 | 73 | 537 | 71 | 32 |
| Binary | 1101001 | 11101 | 101001 | 0 | 1001000 | 111101 | 111011 | 101011111 | 111001 | 11010 |
Color Harmonies of #691D29
Complementary color
Monochromatic Colors of #691D29
Black with #691D29
Text Example
Text Example
White with #691D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D29; }
p { color: rgb(105,29,41); }
H1.HeaderClassName
{
color: #691D29;
}
.AnyTagClassName
{
color: #691D29;
}
</style>
background-color css
<style>
a { background-color: #691D29; }
a { background-color: rgb(105,29,41); }
div.DivClassName
{
background-color: #691D29;
}
.BgClassName
{
background-color: #691D29;
}
</style>
border-color css
<style>
span { border-color: #691D29; }
span { border-color: rgb(105,29,41); }
td.TdClassName
{
border-color: #691D29;
}
.TagClassName
{
border-color: #691D29;
}
</style>