Shades of Pohutukawa #691F2A
Tints of Pohutukawa #691F2A
RGB
CMYK
RGB Variations
Color information
#691F2A (or 0x691F2A) is known color: Pohutukawa. HEX triplet: 69, 1F and 2A. RGB value is (105,31,42). Sum of RGB (Red+Green+Blue) = 105+31+42=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #691F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F2A is #96E0D5. Grayscale: #363636. Windows color (decimal): -9887958 or 2760553. OLE color: 2760553.
HSL color Cylindrical-coordinate representation of color #691F2A: hue angle of 351.08º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F2A is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 31 | 42 | - |
| CMYK | 0 | 0.70 | 0.6 | 0.59 |
| HSL | 351.08º | 0.54% | 0.27% | - |
| HSV(B) | 351.08º | 0.7% | 0.41% | - |
| XYZ | 6.73 | 4.15 | 2.64 | - |
| YUV | 54.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 42 | 0 | 0.70 | 0.6 | 0.59 | 351.08 | 0.54 | 0.27 |
| Hex | 69 | 1F | 2A | 0 | 46 | 3C | 3B | 15F | 36 | 1B |
| Octal | 151 | 37 | 52 | 0 | 106 | 74 | 73 | 537 | 66 | 33 |
| Binary | 1101001 | 11111 | 101010 | 0 | 1000110 | 111100 | 111011 | 101011111 | 110110 | 11011 |
Color Harmonies of #691F2A
Complementary color
Monochromatic Colors of #691F2A
Black with #691F2A
Text Example
Text Example
White with #691F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691F2A; }
p { color: rgb(105,31,42); }
H1.HeaderClassName
{
color: #691F2A;
}
.AnyTagClassName
{
color: #691F2A;
}
</style>
background-color css
<style>
a { background-color: #691F2A; }
a { background-color: rgb(105,31,42); }
div.DivClassName
{
background-color: #691F2A;
}
.BgClassName
{
background-color: #691F2A;
}
</style>
border-color css
<style>
span { border-color: #691F2A; }
span { border-color: rgb(105,31,42); }
td.TdClassName
{
border-color: #691F2A;
}
.TagClassName
{
border-color: #691F2A;
}
</style>