Shades of Pohutukawa #65040B
Tints of Pohutukawa #65040B
RGB
CMYK
RGB Variations
Color information
#65040B (or 0x65040B) is known color: Pohutukawa. HEX triplet: 65, 04 and 0B. RGB value is (101,4,11). Sum of RGB (Red+Green+Blue) = 101+4+11=116 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.07% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 101 - color contains mainly: red. Hex color #65040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65040B is #9AFBF4. Grayscale: #212121. Windows color (decimal): -10157045 or 722021. OLE color: 722021.
HSL color Cylindrical-coordinate representation of color #65040B: hue angle of 355.67º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65040B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.60 |
| HSL | 355.67º | 0.92% | 0.21% | - |
| HSV(B) | 355.67º | 0.96% | 0.4% | - |
| XYZ | 5.47 | 2.88 | 0.58 | - |
| YUV | 33.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 11 | 0 | 0.96 | 0.89 | 0.60 | 355.67 | 0.92 | 0.21 |
| Hex | 65 | 4 | B | 0 | 60 | 59 | 3C | 164 | 5C | 15 |
| Octal | 145 | 4 | 13 | 0 | 140 | 131 | 74 | 544 | 134 | 25 |
| Binary | 1100101 | 100 | 1011 | 0 | 1100000 | 1011001 | 111100 | 101100100 | 1011100 | 10101 |
Color Harmonies of #65040B
Complementary color
Monochromatic Colors of #65040B
Black with #65040B
Text Example
Text Example
White with #65040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65040B; }
p { color: rgb(101,4,11); }
H1.HeaderClassName
{
color: #65040B;
}
.AnyTagClassName
{
color: #65040B;
}
</style>
background-color css
<style>
a { background-color: #65040B; }
a { background-color: rgb(101,4,11); }
div.DivClassName
{
background-color: #65040B;
}
.BgClassName
{
background-color: #65040B;
}
</style>
border-color css
<style>
span { border-color: #65040B; }
span { border-color: rgb(101,4,11); }
td.TdClassName
{
border-color: #65040B;
}
.TagClassName
{
border-color: #65040B;
}
</style>