Shades of Pohutukawa #650F29
Tints of Pohutukawa #650F29
RGB
CMYK
RGB Variations
Color information
#650F29 (or 0x650F29) is known color: Pohutukawa. HEX triplet: 65, 0F and 29. RGB value is (101,15,41). Sum of RGB (Red+Green+Blue) = 101+15+41=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #650F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F29 is #9AF0D6. Grayscale: #2B2B2B. Windows color (decimal): -10154199 or 2690917. OLE color: 2690917.
HSL color Cylindrical-coordinate representation of color #650F29: hue angle of 341.86º 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 #650F29 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 41 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.60 |
| HSL | 341.86º | 0.74% | 0.23% | - |
| HSV(B) | 341.86º | 0.85% | 0.4% | - |
| XYZ | 5.94 | 3.27 | 2.42 | - |
| YUV | 43.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 41 | 0 | 0.85 | 0.59 | 0.60 | 341.86 | 0.74 | 0.23 |
| Hex | 65 | F | 29 | 0 | 55 | 3B | 3C | 156 | 4A | 17 |
| Octal | 145 | 17 | 51 | 0 | 125 | 73 | 74 | 526 | 112 | 27 |
| Binary | 1100101 | 1111 | 101001 | 0 | 1010101 | 111011 | 111100 | 101010110 | 1001010 | 10111 |
Color Harmonies of #650F29
Complementary color
Monochromatic Colors of #650F29
Black with #650F29
Text Example
Text Example
White with #650F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F29; }
p { color: rgb(101,15,41); }
H1.HeaderClassName
{
color: #650F29;
}
.AnyTagClassName
{
color: #650F29;
}
</style>
background-color css
<style>
a { background-color: #650F29; }
a { background-color: rgb(101,15,41); }
div.DivClassName
{
background-color: #650F29;
}
.BgClassName
{
background-color: #650F29;
}
</style>
border-color css
<style>
span { border-color: #650F29; }
span { border-color: rgb(101,15,41); }
td.TdClassName
{
border-color: #650F29;
}
.TagClassName
{
border-color: #650F29;
}
</style>