Shades of Pohutukawa #65080D
Tints of Pohutukawa #65080D
RGB
CMYK
RGB Variations
Color information
#65080D (or 0x65080D) is known color: Pohutukawa. HEX triplet: 65, 08 and 0D. RGB value is (101,8,13). Sum of RGB (Red+Green+Blue) = 101+8+13=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #65080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65080D is #9AF7F2. Grayscale: #242424. Windows color (decimal): -10156019 or 854117. OLE color: 854117.
HSL color Cylindrical-coordinate representation of color #65080D: hue angle of 356.77º 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 #65080D is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 13 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.60 |
| HSL | 356.77º | 0.85% | 0.21% | - |
| HSV(B) | 356.77º | 0.92% | 0.4% | - |
| XYZ | 5.53 | 2.97 | 0.66 | - |
| YUV | 36.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 13 | 0 | 0.92 | 0.87 | 0.60 | 356.77 | 0.85 | 0.21 |
| Hex | 65 | 8 | D | 0 | 5C | 57 | 3C | 165 | 55 | 15 |
| Octal | 145 | 10 | 15 | 0 | 134 | 127 | 74 | 545 | 125 | 25 |
| Binary | 1100101 | 1000 | 1101 | 0 | 1011100 | 1010111 | 111100 | 101100101 | 1010101 | 10101 |
Color Harmonies of #65080D
Complementary color
Monochromatic Colors of #65080D
Black with #65080D
Text Example
Text Example
White with #65080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65080D; }
p { color: rgb(101,8,13); }
H1.HeaderClassName
{
color: #65080D;
}
.AnyTagClassName
{
color: #65080D;
}
</style>
background-color css
<style>
a { background-color: #65080D; }
a { background-color: rgb(101,8,13); }
div.DivClassName
{
background-color: #65080D;
}
.BgClassName
{
background-color: #65080D;
}
</style>
border-color css
<style>
span { border-color: #65080D; }
span { border-color: rgb(101,8,13); }
td.TdClassName
{
border-color: #65080D;
}
.TagClassName
{
border-color: #65080D;
}
</style>