Shades of Pohutukawa #610E2B
Tints of Pohutukawa #610E2B
RGB
CMYK
RGB Variations
Color information
#610E2B (or 0x610E2B) is known color: Pohutukawa. HEX triplet: 61, 0E and 2B. RGB value is (97,14,43). Sum of RGB (Red+Green+Blue) = 97+14+43=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #610E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610E2B is #9EF1D4. Grayscale: #2A2A2A. Windows color (decimal): -10416597 or 2821729. OLE color: 2821729.
HSL color Cylindrical-coordinate representation of color #610E2B: hue angle of 339.04º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E2B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 43 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.62 |
| HSL | 339.04º | 0.75% | 0.22% | - |
| HSV(B) | 339.04º | 0.86% | 0.38% | - |
| XYZ | 5.52 | 3.03 | 2.58 | - |
| YUV | 42.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 43 | 0 | 0.86 | 0.56 | 0.62 | 339.04 | 0.75 | 0.22 |
| Hex | 61 | E | 2B | 0 | 56 | 38 | 3E | 153 | 4B | 16 |
| Octal | 141 | 16 | 53 | 0 | 126 | 70 | 76 | 523 | 113 | 26 |
| Binary | 1100001 | 1110 | 101011 | 0 | 1010110 | 111000 | 111110 | 101010011 | 1001011 | 10110 |
Color Harmonies of #610E2B
Complementary color
Monochromatic Colors of #610E2B
Black with #610E2B
Text Example
Text Example
White with #610E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E2B; }
p { color: rgb(97,14,43); }
H1.HeaderClassName
{
color: #610E2B;
}
.AnyTagClassName
{
color: #610E2B;
}
</style>
background-color css
<style>
a { background-color: #610E2B; }
a { background-color: rgb(97,14,43); }
div.DivClassName
{
background-color: #610E2B;
}
.BgClassName
{
background-color: #610E2B;
}
</style>
border-color css
<style>
span { border-color: #610E2B; }
span { border-color: rgb(97,14,43); }
td.TdClassName
{
border-color: #610E2B;
}
.TagClassName
{
border-color: #610E2B;
}
</style>