Shades of Pohutukawa #611F2C
Tints of Pohutukawa #611F2C
RGB
CMYK
RGB Variations
Color information
#611F2C (or 0x611F2C) is known color: Pohutukawa. HEX triplet: 61, 1F and 2C. RGB value is (97,31,44). Sum of RGB (Red+Green+Blue) = 97+31+44=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #611F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F2C is #9EE0D3. Grayscale: #343434. Windows color (decimal): -10412244 or 2891617. OLE color: 2891617.
HSL color Cylindrical-coordinate representation of color #611F2C: hue angle of 348.18º 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 #611F2C is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 44 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.62 |
| HSL | 348.18º | 0.52% | 0.25% | - |
| HSV(B) | 348.18º | 0.68% | 0.38% | - |
| XYZ | 5.87 | 3.7 | 2.79 | - |
| YUV | 52.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 44 | 0 | 0.68 | 0.55 | 0.62 | 348.18 | 0.52 | 0.25 |
| Hex | 61 | 1F | 2C | 0 | 44 | 37 | 3E | 15C | 34 | 19 |
| Octal | 141 | 37 | 54 | 0 | 104 | 67 | 76 | 534 | 64 | 31 |
| Binary | 1100001 | 11111 | 101100 | 0 | 1000100 | 110111 | 111110 | 101011100 | 110100 | 11001 |
Color Harmonies of #611F2C
Complementary color
Monochromatic Colors of #611F2C
Black with #611F2C
Text Example
Text Example
White with #611F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F2C; }
p { color: rgb(97,31,44); }
H1.HeaderClassName
{
color: #611F2C;
}
.AnyTagClassName
{
color: #611F2C;
}
</style>
background-color css
<style>
a { background-color: #611F2C; }
a { background-color: rgb(97,31,44); }
div.DivClassName
{
background-color: #611F2C;
}
.BgClassName
{
background-color: #611F2C;
}
</style>
border-color css
<style>
span { border-color: #611F2C; }
span { border-color: rgb(97,31,44); }
td.TdClassName
{
border-color: #611F2C;
}
.TagClassName
{
border-color: #611F2C;
}
</style>