Shades of Pohutukawa #61070C
Tints of Pohutukawa #61070C
RGB
CMYK
RGB Variations
Color information
#61070C (or 0x61070C) is known color: Pohutukawa. HEX triplet: 61, 07 and 0C. RGB value is (97,7,12). Sum of RGB (Red+Green+Blue) = 97+7+12=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #61070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61070C is #9EF8F3. Grayscale: #222222. Windows color (decimal): -10418420 or 788321. OLE color: 788321.
HSL color Cylindrical-coordinate representation of color #61070C: hue angle of 356.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61070C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 7 | 12 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.62 |
| HSL | 356.67º | 0.87% | 0.2% | - |
| HSV(B) | 356.67º | 0.93% | 0.38% | - |
| XYZ | 5.07 | 2.72 | 0.61 | - |
| YUV | 34.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 12 | 0 | 0.93 | 0.88 | 0.62 | 356.67 | 0.87 | 0.2 |
| Hex | 61 | 7 | C | 0 | 5D | 58 | 3E | 165 | 57 | 14 |
| Octal | 141 | 7 | 14 | 0 | 135 | 130 | 76 | 545 | 127 | 24 |
| Binary | 1100001 | 111 | 1100 | 0 | 1011101 | 1011000 | 111110 | 101100101 | 1010111 | 10100 |
Color Harmonies of #61070C
Complementary color
Monochromatic Colors of #61070C
Black with #61070C
Text Example
Text Example
White with #61070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61070C; }
p { color: rgb(97,7,12); }
H1.HeaderClassName
{
color: #61070C;
}
.AnyTagClassName
{
color: #61070C;
}
</style>
background-color css
<style>
a { background-color: #61070C; }
a { background-color: rgb(97,7,12); }
div.DivClassName
{
background-color: #61070C;
}
.BgClassName
{
background-color: #61070C;
}
</style>
border-color css
<style>
span { border-color: #61070C; }
span { border-color: rgb(97,7,12); }
td.TdClassName
{
border-color: #61070C;
}
.TagClassName
{
border-color: #61070C;
}
</style>