Shades of Pohutukawa #610F23
Tints of Pohutukawa #610F23
RGB
CMYK
RGB Variations
Color information
#610F23 (or 0x610F23) is known color: Pohutukawa. HEX triplet: 61, 0F and 23. RGB value is (97,15,35). Sum of RGB (Red+Green+Blue) = 97+15+35=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #610F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F23 is #9EF0DC. Grayscale: #292929. Windows color (decimal): -10416349 or 2297697. OLE color: 2297697.
HSL color Cylindrical-coordinate representation of color #610F23: hue angle of 345.37º 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 #610F23 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 35 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.62 |
| HSL | 345.37º | 0.73% | 0.22% | - |
| HSV(B) | 345.37º | 0.85% | 0.38% | - |
| XYZ | 5.4 | 3 | 1.89 | - |
| YUV | 41.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 35 | 0 | 0.85 | 0.64 | 0.62 | 345.37 | 0.73 | 0.22 |
| Hex | 61 | F | 23 | 0 | 55 | 40 | 3E | 159 | 49 | 16 |
| Octal | 141 | 17 | 43 | 0 | 125 | 100 | 76 | 531 | 111 | 26 |
| Binary | 1100001 | 1111 | 100011 | 0 | 1010101 | 1000000 | 111110 | 101011001 | 1001001 | 10110 |
Color Harmonies of #610F23
Complementary color
Monochromatic Colors of #610F23
Black with #610F23
Text Example
Text Example
White with #610F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F23; }
p { color: rgb(97,15,35); }
H1.HeaderClassName
{
color: #610F23;
}
.AnyTagClassName
{
color: #610F23;
}
</style>
background-color css
<style>
a { background-color: #610F23; }
a { background-color: rgb(97,15,35); }
div.DivClassName
{
background-color: #610F23;
}
.BgClassName
{
background-color: #610F23;
}
</style>
border-color css
<style>
span { border-color: #610F23; }
span { border-color: rgb(97,15,35); }
td.TdClassName
{
border-color: #610F23;
}
.TagClassName
{
border-color: #610F23;
}
</style>