Shades of Pohutukawa #65080B
Tints of Pohutukawa #65080B
RGB
CMYK
RGB Variations
Color information
#65080B (or 0x65080B) is known color: Pohutukawa. HEX triplet: 65, 08 and 0B. RGB value is (101,8,11). Sum of RGB (Red+Green+Blue) = 101+8+11=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #65080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65080B is #9AF7F4. Grayscale: #242424. Windows color (decimal): -10156021 or 723045. OLE color: 723045.
HSL color Cylindrical-coordinate representation of color #65080B: hue angle of 358.06º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65080B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 11 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.60 |
| HSL | 358.06º | 0.85% | 0.21% | - |
| HSV(B) | 358.06º | 0.92% | 0.4% | - |
| XYZ | 5.51 | 2.96 | 0.6 | - |
| YUV | 36.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 11 | 0 | 0.92 | 0.89 | 0.60 | 358.06 | 0.85 | 0.21 |
| Hex | 65 | 8 | B | 0 | 5C | 59 | 3C | 166 | 55 | 15 |
| Octal | 145 | 10 | 13 | 0 | 134 | 131 | 74 | 546 | 125 | 25 |
| Binary | 1100101 | 1000 | 1011 | 0 | 1011100 | 1011001 | 111100 | 101100110 | 1010101 | 10101 |
Color Harmonies of #65080B
Complementary color
Monochromatic Colors of #65080B
Black with #65080B
Text Example
Text Example
White with #65080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65080B; }
p { color: rgb(101,8,11); }
H1.HeaderClassName
{
color: #65080B;
}
.AnyTagClassName
{
color: #65080B;
}
</style>
background-color css
<style>
a { background-color: #65080B; }
a { background-color: rgb(101,8,11); }
div.DivClassName
{
background-color: #65080B;
}
.BgClassName
{
background-color: #65080B;
}
</style>
border-color css
<style>
span { border-color: #65080B; }
span { border-color: rgb(101,8,11); }
td.TdClassName
{
border-color: #65080B;
}
.TagClassName
{
border-color: #65080B;
}
</style>