Shades of Pohutukawa #650F24
Tints of Pohutukawa #650F24
RGB
CMYK
RGB Variations
Color information
#650F24 (or 0x650F24) is known color: Pohutukawa. HEX triplet: 65, 0F and 24. RGB value is (101,15,36). Sum of RGB (Red+Green+Blue) = 101+15+36=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #650F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F24 is #9AF0DB. Grayscale: #2B2B2B. Windows color (decimal): -10154204 or 2363237. OLE color: 2363237.
HSL color Cylindrical-coordinate representation of color #650F24: hue angle of 345.35º 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 #650F24 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 36 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.60 |
| HSL | 345.35º | 0.74% | 0.23% | - |
| HSV(B) | 345.35º | 0.85% | 0.4% | - |
| XYZ | 5.86 | 3.24 | 1.98 | - |
| YUV | 43.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 36 | 0 | 0.85 | 0.64 | 0.60 | 345.35 | 0.74 | 0.23 |
| Hex | 65 | F | 24 | 0 | 55 | 40 | 3C | 159 | 4A | 17 |
| Octal | 145 | 17 | 44 | 0 | 125 | 100 | 74 | 531 | 112 | 27 |
| Binary | 1100101 | 1111 | 100100 | 0 | 1010101 | 1000000 | 111100 | 101011001 | 1001010 | 10111 |
Color Harmonies of #650F24
Complementary color
Monochromatic Colors of #650F24
Black with #650F24
Text Example
Text Example
White with #650F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F24; }
p { color: rgb(101,15,36); }
H1.HeaderClassName
{
color: #650F24;
}
.AnyTagClassName
{
color: #650F24;
}
</style>
background-color css
<style>
a { background-color: #650F24; }
a { background-color: rgb(101,15,36); }
div.DivClassName
{
background-color: #650F24;
}
.BgClassName
{
background-color: #650F24;
}
</style>
border-color css
<style>
span { border-color: #650F24; }
span { border-color: rgb(101,15,36); }
td.TdClassName
{
border-color: #650F24;
}
.TagClassName
{
border-color: #650F24;
}
</style>