Shades of Pohutukawa #610F19
Tints of Pohutukawa #610F19
RGB
CMYK
RGB Variations
Color information
#610F19 (or 0x610F19) is known color: Pohutukawa. HEX triplet: 61, 0F and 19. RGB value is (97,15,25). Sum of RGB (Red+Green+Blue) = 97+15+25=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #610F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F19 is #9EF0E6. Grayscale: #282828. Windows color (decimal): -10416359 or 1642337. OLE color: 1642337.
HSL color Cylindrical-coordinate representation of color #610F19: hue angle of 352.68º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F19 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 25 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.62 |
| HSL | 352.68º | 0.73% | 0.22% | - |
| HSV(B) | 352.68º | 0.85% | 0.38% | - |
| XYZ | 5.28 | 2.95 | 1.21 | - |
| YUV | 40.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 25 | 0 | 0.85 | 0.74 | 0.62 | 352.68 | 0.73 | 0.22 |
| Hex | 61 | F | 19 | 0 | 55 | 4A | 3E | 161 | 49 | 16 |
| Octal | 141 | 17 | 31 | 0 | 125 | 112 | 76 | 541 | 111 | 26 |
| Binary | 1100001 | 1111 | 11001 | 0 | 1010101 | 1001010 | 111110 | 101100001 | 1001001 | 10110 |
Color Harmonies of #610F19
Complementary color
Monochromatic Colors of #610F19
Black with #610F19
Text Example
Text Example
White with #610F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F19; }
p { color: rgb(97,15,25); }
H1.HeaderClassName
{
color: #610F19;
}
.AnyTagClassName
{
color: #610F19;
}
</style>
background-color css
<style>
a { background-color: #610F19; }
a { background-color: rgb(97,15,25); }
div.DivClassName
{
background-color: #610F19;
}
.BgClassName
{
background-color: #610F19;
}
</style>
border-color css
<style>
span { border-color: #610F19; }
span { border-color: rgb(97,15,25); }
td.TdClassName
{
border-color: #610F19;
}
.TagClassName
{
border-color: #610F19;
}
</style>