Shades of Pohutukawa #611F2D
Tints of Pohutukawa #611F2D
RGB
CMYK
RGB Variations
Color information
#611F2D (or 0x611F2D) is known color: Pohutukawa. HEX triplet: 61, 1F and 2D. RGB value is (97,31,45). Sum of RGB (Red+Green+Blue) = 97+31+45=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #611F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F2D is #9EE0D2. Grayscale: #343434. Windows color (decimal): -10412243 or 2957153. OLE color: 2957153.
HSL color Cylindrical-coordinate representation of color #611F2D: hue angle of 347.27º 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 #611F2D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 45 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.62 |
| HSL | 347.27º | 0.52% | 0.25% | - |
| HSV(B) | 347.27º | 0.68% | 0.38% | - |
| XYZ | 5.89 | 3.71 | 2.89 | - |
| YUV | 52.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 45 | 0 | 0.68 | 0.54 | 0.62 | 347.27 | 0.52 | 0.25 |
| Hex | 61 | 1F | 2D | 0 | 44 | 36 | 3E | 15B | 34 | 19 |
| Octal | 141 | 37 | 55 | 0 | 104 | 66 | 76 | 533 | 64 | 31 |
| Binary | 1100001 | 11111 | 101101 | 0 | 1000100 | 110110 | 111110 | 101011011 | 110100 | 11001 |
Color Harmonies of #611F2D
Complementary color
Monochromatic Colors of #611F2D
Black with #611F2D
Text Example
Text Example
White with #611F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F2D; }
p { color: rgb(97,31,45); }
H1.HeaderClassName
{
color: #611F2D;
}
.AnyTagClassName
{
color: #611F2D;
}
</style>
background-color css
<style>
a { background-color: #611F2D; }
a { background-color: rgb(97,31,45); }
div.DivClassName
{
background-color: #611F2D;
}
.BgClassName
{
background-color: #611F2D;
}
</style>
border-color css
<style>
span { border-color: #611F2D; }
span { border-color: rgb(97,31,45); }
td.TdClassName
{
border-color: #611F2D;
}
.TagClassName
{
border-color: #611F2D;
}
</style>