Shades of Pohutukawa #611F2E
Tints of Pohutukawa #611F2E
RGB
CMYK
RGB Variations
Color information
#611F2E (or 0x611F2E) is known color: Pohutukawa. HEX triplet: 61, 1F and 2E. RGB value is (97,31,46). Sum of RGB (Red+Green+Blue) = 97+31+46=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #611F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F2E is #9EE0D1. Grayscale: #343434. Windows color (decimal): -10412242 or 3022689. OLE color: 3022689.
HSL color Cylindrical-coordinate representation of color #611F2E: hue angle of 346.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F2E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 46 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.62 |
| HSL | 346.36º | 0.52% | 0.25% | - |
| HSV(B) | 346.36º | 0.68% | 0.38% | - |
| XYZ | 5.91 | 3.72 | 2.99 | - |
| YUV | 52.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 46 | 0 | 0.68 | 0.53 | 0.62 | 346.36 | 0.52 | 0.25 |
| Hex | 61 | 1F | 2E | 0 | 44 | 35 | 3E | 15A | 34 | 19 |
| Octal | 141 | 37 | 56 | 0 | 104 | 65 | 76 | 532 | 64 | 31 |
| Binary | 1100001 | 11111 | 101110 | 0 | 1000100 | 110101 | 111110 | 101011010 | 110100 | 11001 |
Color Harmonies of #611F2E
Complementary color
Monochromatic Colors of #611F2E
Black with #611F2E
Text Example
Text Example
White with #611F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F2E; }
p { color: rgb(97,31,46); }
H1.HeaderClassName
{
color: #611F2E;
}
.AnyTagClassName
{
color: #611F2E;
}
</style>
background-color css
<style>
a { background-color: #611F2E; }
a { background-color: rgb(97,31,46); }
div.DivClassName
{
background-color: #611F2E;
}
.BgClassName
{
background-color: #611F2E;
}
</style>
border-color css
<style>
span { border-color: #611F2E; }
span { border-color: rgb(97,31,46); }
td.TdClassName
{
border-color: #611F2E;
}
.TagClassName
{
border-color: #611F2E;
}
</style>