Shades of Pohutukawa #610D14
Tints of Pohutukawa #610D14
RGB
CMYK
RGB Variations
Color information
#610D14 (or 0x610D14) is known color: Pohutukawa. HEX triplet: 61, 0D and 14. RGB value is (97,13,20). Sum of RGB (Red+Green+Blue) = 97+13+20=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #610D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D14 is #9EF2EB. Grayscale: #262626. Windows color (decimal): -10416876 or 1314145. OLE color: 1314145.
HSL color Cylindrical-coordinate representation of color #610D14: hue angle of 355º 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 #610D14 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 20 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.62 |
| HSL | 355º | 0.76% | 0.22% | - |
| HSV(B) | 355º | 0.87% | 0.38% | - |
| XYZ | 5.2 | 2.88 | 0.94 | - |
| YUV | 38.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 20 | 0 | 0.87 | 0.79 | 0.62 | 355 | 0.76 | 0.22 |
| Hex | 61 | D | 14 | 0 | 57 | 4F | 3E | 163 | 4C | 16 |
| Octal | 141 | 15 | 24 | 0 | 127 | 117 | 76 | 543 | 114 | 26 |
| Binary | 1100001 | 1101 | 10100 | 0 | 1010111 | 1001111 | 111110 | 101100011 | 1001100 | 10110 |
Color Harmonies of #610D14
Complementary color
Monochromatic Colors of #610D14
Black with #610D14
Text Example
Text Example
White with #610D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D14; }
p { color: rgb(97,13,20); }
H1.HeaderClassName
{
color: #610D14;
}
.AnyTagClassName
{
color: #610D14;
}
</style>
background-color css
<style>
a { background-color: #610D14; }
a { background-color: rgb(97,13,20); }
div.DivClassName
{
background-color: #610D14;
}
.BgClassName
{
background-color: #610D14;
}
</style>
border-color css
<style>
span { border-color: #610D14; }
span { border-color: rgb(97,13,20); }
td.TdClassName
{
border-color: #610D14;
}
.TagClassName
{
border-color: #610D14;
}
</style>