Shades of Pohutukawa #610D15
Tints of Pohutukawa #610D15
RGB
CMYK
RGB Variations
Color information
#610D15 (or 0x610D15) is known color: Pohutukawa. HEX triplet: 61, 0D and 15. RGB value is (97,13,21). Sum of RGB (Red+Green+Blue) = 97+13+21=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D15 is #9EF2EA. Grayscale: #272727. Windows color (decimal): -10416875 or 1379681. OLE color: 1379681.
HSL color Cylindrical-coordinate representation of color #610D15: hue angle of 354.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D15 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 21 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.62 |
| HSL | 354.29º | 0.76% | 0.22% | - |
| HSV(B) | 354.29º | 0.87% | 0.38% | - |
| XYZ | 5.21 | 2.88 | 0.99 | - |
| YUV | 39.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 21 | 0 | 0.87 | 0.78 | 0.62 | 354.29 | 0.76 | 0.22 |
| Hex | 61 | D | 15 | 0 | 57 | 4E | 3E | 162 | 4C | 16 |
| Octal | 141 | 15 | 25 | 0 | 127 | 116 | 76 | 542 | 114 | 26 |
| Binary | 1100001 | 1101 | 10101 | 0 | 1010111 | 1001110 | 111110 | 101100010 | 1001100 | 10110 |
Color Harmonies of #610D15
Complementary color
Monochromatic Colors of #610D15
Black with #610D15
Text Example
Text Example
White with #610D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D15; }
p { color: rgb(97,13,21); }
H1.HeaderClassName
{
color: #610D15;
}
.AnyTagClassName
{
color: #610D15;
}
</style>
background-color css
<style>
a { background-color: #610D15; }
a { background-color: rgb(97,13,21); }
div.DivClassName
{
background-color: #610D15;
}
.BgClassName
{
background-color: #610D15;
}
</style>
border-color css
<style>
span { border-color: #610D15; }
span { border-color: rgb(97,13,21); }
td.TdClassName
{
border-color: #610D15;
}
.TagClassName
{
border-color: #610D15;
}
</style>