Shades of Pohutukawa #651214
Tints of Pohutukawa #651214
RGB
CMYK
RGB Variations
Color information
#651214 (or 0x651214) is known color: Pohutukawa. HEX triplet: 65, 12 and 14. RGB value is (101,18,20). Sum of RGB (Red+Green+Blue) = 101+18+20=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #651214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651214 is #9AEDEB. Grayscale: #2B2B2B. Windows color (decimal): -10153452 or 1315429. OLE color: 1315429.
HSL color Cylindrical-coordinate representation of color #651214: hue angle of 358.55º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651214 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 20 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.60 |
| HSL | 358.55º | 0.7% | 0.23% | - |
| HSV(B) | 358.55º | 0.82% | 0.4% | - |
| XYZ | 5.71 | 3.25 | 0.99 | - |
| YUV | 43.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 20 | 0 | 0.82 | 0.80 | 0.60 | 358.55 | 0.7 | 0.23 |
| Hex | 65 | 12 | 14 | 0 | 52 | 50 | 3C | 167 | 46 | 17 |
| Octal | 145 | 22 | 24 | 0 | 122 | 120 | 74 | 547 | 106 | 27 |
| Binary | 1100101 | 10010 | 10100 | 0 | 1010010 | 1010000 | 111100 | 101100111 | 1000110 | 10111 |
Color Harmonies of #651214
Complementary color
Monochromatic Colors of #651214
Black with #651214
Text Example
Text Example
White with #651214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651214; }
p { color: rgb(101,18,20); }
H1.HeaderClassName
{
color: #651214;
}
.AnyTagClassName
{
color: #651214;
}
</style>
background-color css
<style>
a { background-color: #651214; }
a { background-color: rgb(101,18,20); }
div.DivClassName
{
background-color: #651214;
}
.BgClassName
{
background-color: #651214;
}
</style>
border-color css
<style>
span { border-color: #651214; }
span { border-color: rgb(101,18,20); }
td.TdClassName
{
border-color: #651214;
}
.TagClassName
{
border-color: #651214;
}
</style>