Shades of Pohutukawa #61171F
Tints of Pohutukawa #61171F
RGB
CMYK
RGB Variations
Color information
#61171F (or 0x61171F) is known color: Pohutukawa. HEX triplet: 61, 17 and 1F. RGB value is (97,23,31). Sum of RGB (Red+Green+Blue) = 97+23+31=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61171F is #9EE8E0. Grayscale: #2E2E2E. Windows color (decimal): -10414305 or 2037601. OLE color: 2037601.
HSL color Cylindrical-coordinate representation of color #61171F: hue angle of 353.51º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61171F is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 23 | 31 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.62 |
| HSL | 353.51º | 0.62% | 0.24% | - |
| HSV(B) | 353.51º | 0.76% | 0.38% | - |
| XYZ | 5.48 | 3.25 | 1.64 | - |
| YUV | 46.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 31 | 0 | 0.76 | 0.68 | 0.62 | 353.51 | 0.62 | 0.24 |
| Hex | 61 | 17 | 1F | 0 | 4C | 44 | 3E | 162 | 3E | 18 |
| Octal | 141 | 27 | 37 | 0 | 114 | 104 | 76 | 542 | 76 | 30 |
| Binary | 1100001 | 10111 | 11111 | 0 | 1001100 | 1000100 | 111110 | 101100010 | 111110 | 11000 |
Color Harmonies of #61171F
Complementary color
Monochromatic Colors of #61171F
Black with #61171F
Text Example
Text Example
White with #61171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61171F; }
p { color: rgb(97,23,31); }
H1.HeaderClassName
{
color: #61171F;
}
.AnyTagClassName
{
color: #61171F;
}
</style>
background-color css
<style>
a { background-color: #61171F; }
a { background-color: rgb(97,23,31); }
div.DivClassName
{
background-color: #61171F;
}
.BgClassName
{
background-color: #61171F;
}
</style>
border-color css
<style>
span { border-color: #61171F; }
span { border-color: rgb(97,23,31); }
td.TdClassName
{
border-color: #61171F;
}
.TagClassName
{
border-color: #61171F;
}
</style>