Shades of Pohutukawa #650F21
Tints of Pohutukawa #650F21
RGB
CMYK
RGB Variations
Color information
#650F21 (or 0x650F21) is known color: Pohutukawa. HEX triplet: 65, 0F and 21. RGB value is (101,15,33). Sum of RGB (Red+Green+Blue) = 101+15+33=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #650F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F21 is #9AF0DE. Grayscale: #2A2A2A. Windows color (decimal): -10154207 or 2166629. OLE color: 2166629.
HSL color Cylindrical-coordinate representation of color #650F21: hue angle of 347.44º 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 #650F21 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 33 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.60 |
| HSL | 347.44º | 0.74% | 0.23% | - |
| HSV(B) | 347.44º | 0.85% | 0.4% | - |
| XYZ | 5.81 | 3.22 | 1.75 | - |
| YUV | 42.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 33 | 0 | 0.85 | 0.67 | 0.60 | 347.44 | 0.74 | 0.23 |
| Hex | 65 | F | 21 | 0 | 55 | 43 | 3C | 15B | 4A | 17 |
| Octal | 145 | 17 | 41 | 0 | 125 | 103 | 74 | 533 | 112 | 27 |
| Binary | 1100101 | 1111 | 100001 | 0 | 1010101 | 1000011 | 111100 | 101011011 | 1001010 | 10111 |
Color Harmonies of #650F21
Complementary color
Monochromatic Colors of #650F21
Black with #650F21
Text Example
Text Example
White with #650F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F21; }
p { color: rgb(101,15,33); }
H1.HeaderClassName
{
color: #650F21;
}
.AnyTagClassName
{
color: #650F21;
}
</style>
background-color css
<style>
a { background-color: #650F21; }
a { background-color: rgb(101,15,33); }
div.DivClassName
{
background-color: #650F21;
}
.BgClassName
{
background-color: #650F21;
}
</style>
border-color css
<style>
span { border-color: #650F21; }
span { border-color: rgb(101,15,33); }
td.TdClassName
{
border-color: #650F21;
}
.TagClassName
{
border-color: #650F21;
}
</style>