Shades of Pohutukawa #610F2C
Tints of Pohutukawa #610F2C
RGB
CMYK
RGB Variations
Color information
#610F2C (or 0x610F2C) is known color: Pohutukawa. HEX triplet: 61, 0F and 2C. RGB value is (97,15,44). Sum of RGB (Red+Green+Blue) = 97+15+44=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #610F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F2C is #9EF0D3. Grayscale: #2A2A2A. Windows color (decimal): -10416340 or 2887521. OLE color: 2887521.
HSL color Cylindrical-coordinate representation of color #610F2C: hue angle of 338.78º 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 #610F2C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 44 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.62 |
| HSL | 338.78º | 0.73% | 0.22% | - |
| HSV(B) | 338.78º | 0.85% | 0.38% | - |
| XYZ | 5.56 | 3.06 | 2.68 | - |
| YUV | 42.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 44 | 0 | 0.85 | 0.55 | 0.62 | 338.78 | 0.73 | 0.22 |
| Hex | 61 | F | 2C | 0 | 55 | 37 | 3E | 153 | 49 | 16 |
| Octal | 141 | 17 | 54 | 0 | 125 | 67 | 76 | 523 | 111 | 26 |
| Binary | 1100001 | 1111 | 101100 | 0 | 1010101 | 110111 | 111110 | 101010011 | 1001001 | 10110 |
Color Harmonies of #610F2C
Complementary color
Monochromatic Colors of #610F2C
Black with #610F2C
Text Example
Text Example
White with #610F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F2C; }
p { color: rgb(97,15,44); }
H1.HeaderClassName
{
color: #610F2C;
}
.AnyTagClassName
{
color: #610F2C;
}
</style>
background-color css
<style>
a { background-color: #610F2C; }
a { background-color: rgb(97,15,44); }
div.DivClassName
{
background-color: #610F2C;
}
.BgClassName
{
background-color: #610F2C;
}
</style>
border-color css
<style>
span { border-color: #610F2C; }
span { border-color: rgb(97,15,44); }
td.TdClassName
{
border-color: #610F2C;
}
.TagClassName
{
border-color: #610F2C;
}
</style>