Shades of Pohutukawa #650F12
Tints of Pohutukawa #650F12
RGB
CMYK
RGB Variations
Color information
#650F12 (or 0x650F12) is known color: Pohutukawa. HEX triplet: 65, 0F and 12. RGB value is (101,15,18). Sum of RGB (Red+Green+Blue) = 101+15+18=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #650F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F12 is #9AF0ED. Grayscale: #292929. Windows color (decimal): -10154222 or 1183589. OLE color: 1183589.
HSL color Cylindrical-coordinate representation of color #650F12: hue angle of 357.91º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F12 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 18 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.60 |
| HSL | 357.91º | 0.74% | 0.23% | - |
| HSV(B) | 357.91º | 0.85% | 0.4% | - |
| XYZ | 5.65 | 3.15 | 0.88 | - |
| YUV | 41.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 18 | 0 | 0.85 | 0.82 | 0.60 | 357.91 | 0.74 | 0.23 |
| Hex | 65 | F | 12 | 0 | 55 | 52 | 3C | 166 | 4A | 17 |
| Octal | 145 | 17 | 22 | 0 | 125 | 122 | 74 | 546 | 112 | 27 |
| Binary | 1100101 | 1111 | 10010 | 0 | 1010101 | 1010010 | 111100 | 101100110 | 1001010 | 10111 |
Color Harmonies of #650F12
Complementary color
Monochromatic Colors of #650F12
Black with #650F12
Text Example
Text Example
White with #650F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F12; }
p { color: rgb(101,15,18); }
H1.HeaderClassName
{
color: #650F12;
}
.AnyTagClassName
{
color: #650F12;
}
</style>
background-color css
<style>
a { background-color: #650F12; }
a { background-color: rgb(101,15,18); }
div.DivClassName
{
background-color: #650F12;
}
.BgClassName
{
background-color: #650F12;
}
</style>
border-color css
<style>
span { border-color: #650F12; }
span { border-color: rgb(101,15,18); }
td.TdClassName
{
border-color: #650F12;
}
.TagClassName
{
border-color: #650F12;
}
</style>