Shades of Pohutukawa #61010A
Tints of Pohutukawa #61010A
RGB
CMYK
RGB Variations
Color information
#61010A (or 0x61010A) is known color: Pohutukawa. HEX triplet: 61, 01 and 0A. RGB value is (97,1,10). Sum of RGB (Red+Green+Blue) = 97+1+10=108 (14% of max value = 765). Red value is 97 (38.28% from 255 or 89.81% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 97 - color contains mainly: red. Hex color #61010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61010A is #9EFEF5. Grayscale: #1E1E1E. Windows color (decimal): -10419958 or 655713. OLE color: 655713.
HSL color Cylindrical-coordinate representation of color #61010A: hue angle of 354.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.62 |
| HSL | 354.38º | 0.98% | 0.19% | - |
| HSV(B) | 354.38º | 0.99% | 0.38% | - |
| XYZ | 5 | 2.59 | 0.52 | - |
| YUV | 30.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 10 | 0 | 0.99 | 0.90 | 0.62 | 354.38 | 0.98 | 0.19 |
| Hex | 61 | 1 | A | 0 | 63 | 5A | 3E | 162 | 62 | 13 |
| Octal | 141 | 1 | 12 | 0 | 143 | 132 | 76 | 542 | 142 | 23 |
| Binary | 1100001 | 1 | 1010 | 0 | 1100011 | 1011010 | 111110 | 101100010 | 1100010 | 10011 |
Color Harmonies of #61010A
Complementary color
Monochromatic Colors of #61010A
Black with #61010A
Text Example
Text Example
White with #61010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61010A; }
p { color: rgb(97,1,10); }
H1.HeaderClassName
{
color: #61010A;
}
.AnyTagClassName
{
color: #61010A;
}
</style>
background-color css
<style>
a { background-color: #61010A; }
a { background-color: rgb(97,1,10); }
div.DivClassName
{
background-color: #61010A;
}
.BgClassName
{
background-color: #61010A;
}
</style>
border-color css
<style>
span { border-color: #61010A; }
span { border-color: rgb(97,1,10); }
td.TdClassName
{
border-color: #61010A;
}
.TagClassName
{
border-color: #61010A;
}
</style>