Shades of Pohutukawa #610D0F
Tints of Pohutukawa #610D0F
RGB
CMYK
RGB Variations
Color information
#610D0F (or 0x610D0F) is known color: Pohutukawa. HEX triplet: 61, 0D and 0F. RGB value is (97,13,15). Sum of RGB (Red+Green+Blue) = 97+13+15=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #610D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D0F is #9EF2F0. Grayscale: #262626. Windows color (decimal): -10416881 or 986465. OLE color: 986465.
HSL color Cylindrical-coordinate representation of color #610D0F: hue angle of 358.57º 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 #610D0F is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 15 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.62 |
| HSL | 358.57º | 0.76% | 0.22% | - |
| HSV(B) | 358.57º | 0.87% | 0.38% | - |
| XYZ | 5.16 | 2.86 | 0.73 | - |
| YUV | 38.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 15 | 0 | 0.87 | 0.85 | 0.62 | 358.57 | 0.76 | 0.22 |
| Hex | 61 | D | F | 0 | 57 | 55 | 3E | 167 | 4C | 16 |
| Octal | 141 | 15 | 17 | 0 | 127 | 125 | 76 | 547 | 114 | 26 |
| Binary | 1100001 | 1101 | 1111 | 0 | 1010111 | 1010101 | 111110 | 101100111 | 1001100 | 10110 |
Color Harmonies of #610D0F
Complementary color
Monochromatic Colors of #610D0F
Black with #610D0F
Text Example
Text Example
White with #610D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D0F; }
p { color: rgb(97,13,15); }
H1.HeaderClassName
{
color: #610D0F;
}
.AnyTagClassName
{
color: #610D0F;
}
</style>
background-color css
<style>
a { background-color: #610D0F; }
a { background-color: rgb(97,13,15); }
div.DivClassName
{
background-color: #610D0F;
}
.BgClassName
{
background-color: #610D0F;
}
</style>
border-color css
<style>
span { border-color: #610D0F; }
span { border-color: rgb(97,13,15); }
td.TdClassName
{
border-color: #610D0F;
}
.TagClassName
{
border-color: #610D0F;
}
</style>