Shades of Pohutukawa #65060A
Tints of Pohutukawa #65060A
RGB
CMYK
RGB Variations
Color information
#65060A (or 0x65060A) is known color: Pohutukawa. HEX triplet: 65, 06 and 0A. RGB value is (101,6,10). Sum of RGB (Red+Green+Blue) = 101+6+10=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #65060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65060A is #9AF9F5. Grayscale: #222222. Windows color (decimal): -10156534 or 656997. OLE color: 656997.
HSL color Cylindrical-coordinate representation of color #65060A: hue angle of 357.47º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65060A is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 10 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.60 |
| HSL | 357.47º | 0.89% | 0.21% | - |
| HSV(B) | 357.47º | 0.94% | 0.4% | - |
| XYZ | 5.49 | 2.92 | 0.56 | - |
| YUV | 34.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 10 | 0 | 0.94 | 0.90 | 0.60 | 357.47 | 0.89 | 0.21 |
| Hex | 65 | 6 | A | 0 | 5E | 5A | 3C | 165 | 59 | 15 |
| Octal | 145 | 6 | 12 | 0 | 136 | 132 | 74 | 545 | 131 | 25 |
| Binary | 1100101 | 110 | 1010 | 0 | 1011110 | 1011010 | 111100 | 101100101 | 1011001 | 10101 |
Color Harmonies of #65060A
Complementary color
Monochromatic Colors of #65060A
Black with #65060A
Text Example
Text Example
White with #65060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65060A; }
p { color: rgb(101,6,10); }
H1.HeaderClassName
{
color: #65060A;
}
.AnyTagClassName
{
color: #65060A;
}
</style>
background-color css
<style>
a { background-color: #65060A; }
a { background-color: rgb(101,6,10); }
div.DivClassName
{
background-color: #65060A;
}
.BgClassName
{
background-color: #65060A;
}
</style>
border-color css
<style>
span { border-color: #65060A; }
span { border-color: rgb(101,6,10); }
td.TdClassName
{
border-color: #65060A;
}
.TagClassName
{
border-color: #65060A;
}
</style>