Shades of Pohutukawa #61010B
Tints of Pohutukawa #61010B
RGB
CMYK
RGB Variations
Color information
#61010B (or 0x61010B) is known color: Pohutukawa. HEX triplet: 61, 01 and 0B. RGB value is (97,1,11). Sum of RGB (Red+Green+Blue) = 97+1+11=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #61010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61010B is #9EFEF4. Grayscale: #1E1E1E. Windows color (decimal): -10419957 or 721249. OLE color: 721249.
HSL color Cylindrical-coordinate representation of color #61010B: hue angle of 353.75º 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 #61010B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.62 |
| HSL | 353.75º | 0.98% | 0.19% | - |
| HSV(B) | 353.75º | 0.99% | 0.38% | - |
| XYZ | 5 | 2.59 | 0.55 | - |
| YUV | 30.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 11 | 0 | 0.99 | 0.89 | 0.62 | 353.75 | 0.98 | 0.19 |
| Hex | 61 | 1 | B | 0 | 63 | 59 | 3E | 162 | 62 | 13 |
| Octal | 141 | 1 | 13 | 0 | 143 | 131 | 76 | 542 | 142 | 23 |
| Binary | 1100001 | 1 | 1011 | 0 | 1100011 | 1011001 | 111110 | 101100010 | 1100010 | 10011 |
Color Harmonies of #61010B
Complementary color
Monochromatic Colors of #61010B
Black with #61010B
Text Example
Text Example
White with #61010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61010B; }
p { color: rgb(97,1,11); }
H1.HeaderClassName
{
color: #61010B;
}
.AnyTagClassName
{
color: #61010B;
}
</style>
background-color css
<style>
a { background-color: #61010B; }
a { background-color: rgb(97,1,11); }
div.DivClassName
{
background-color: #61010B;
}
.BgClassName
{
background-color: #61010B;
}
</style>
border-color css
<style>
span { border-color: #61010B; }
span { border-color: rgb(97,1,11); }
td.TdClassName
{
border-color: #61010B;
}
.TagClassName
{
border-color: #61010B;
}
</style>