Shades of Pohutukawa #610F1C
Tints of Pohutukawa #610F1C
RGB
CMYK
RGB Variations
Color information
#610F1C (or 0x610F1C) is known color: Pohutukawa. HEX triplet: 61, 0F and 1C. RGB value is (97,15,28). Sum of RGB (Red+Green+Blue) = 97+15+28=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #610F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F1C is #9EF0E3. Grayscale: #292929. Windows color (decimal): -10416356 or 1838945. OLE color: 1838945.
HSL color Cylindrical-coordinate representation of color #610F1C: hue angle of 350.49º 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 #610F1C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 28 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.62 |
| HSL | 350.49º | 0.73% | 0.22% | - |
| HSV(B) | 350.49º | 0.85% | 0.38% | - |
| XYZ | 5.31 | 2.97 | 1.39 | - |
| YUV | 41 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 28 | 0 | 0.85 | 0.71 | 0.62 | 350.49 | 0.73 | 0.22 |
| Hex | 61 | F | 1C | 0 | 55 | 47 | 3E | 15E | 49 | 16 |
| Octal | 141 | 17 | 34 | 0 | 125 | 107 | 76 | 536 | 111 | 26 |
| Binary | 1100001 | 1111 | 11100 | 0 | 1010101 | 1000111 | 111110 | 101011110 | 1001001 | 10110 |
Color Harmonies of #610F1C
Complementary color
Monochromatic Colors of #610F1C
Black with #610F1C
Text Example
Text Example
White with #610F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F1C; }
p { color: rgb(97,15,28); }
H1.HeaderClassName
{
color: #610F1C;
}
.AnyTagClassName
{
color: #610F1C;
}
</style>
background-color css
<style>
a { background-color: #610F1C; }
a { background-color: rgb(97,15,28); }
div.DivClassName
{
background-color: #610F1C;
}
.BgClassName
{
background-color: #610F1C;
}
</style>
border-color css
<style>
span { border-color: #610F1C; }
span { border-color: rgb(97,15,28); }
td.TdClassName
{
border-color: #610F1C;
}
.TagClassName
{
border-color: #610F1C;
}
</style>