Shades of Pohutukawa #651721
Tints of Pohutukawa #651721
RGB
CMYK
RGB Variations
Color information
#651721 (or 0x651721) is known color: Pohutukawa. HEX triplet: 65, 17 and 21. RGB value is (101,23,33). Sum of RGB (Red+Green+Blue) = 101+23+33=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651721 is #9AE8DE. Grayscale: #2F2F2F. Windows color (decimal): -10152159 or 2168677. OLE color: 2168677.
HSL color Cylindrical-coordinate representation of color #651721: hue angle of 352.31º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651721 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 23 | 33 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.60 |
| HSL | 352.31º | 0.63% | 0.24% | - |
| HSV(B) | 352.31º | 0.77% | 0.4% | - |
| XYZ | 5.95 | 3.49 | 1.8 | - |
| YUV | 47.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 33 | 0 | 0.77 | 0.67 | 0.60 | 352.31 | 0.63 | 0.24 |
| Hex | 65 | 17 | 21 | 0 | 4D | 43 | 3C | 160 | 3F | 18 |
| Octal | 145 | 27 | 41 | 0 | 115 | 103 | 74 | 540 | 77 | 30 |
| Binary | 1100101 | 10111 | 100001 | 0 | 1001101 | 1000011 | 111100 | 101100000 | 111111 | 11000 |
Color Harmonies of #651721
Complementary color
Monochromatic Colors of #651721
Black with #651721
Text Example
Text Example
White with #651721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651721; }
p { color: rgb(101,23,33); }
H1.HeaderClassName
{
color: #651721;
}
.AnyTagClassName
{
color: #651721;
}
</style>
background-color css
<style>
a { background-color: #651721; }
a { background-color: rgb(101,23,33); }
div.DivClassName
{
background-color: #651721;
}
.BgClassName
{
background-color: #651721;
}
</style>
border-color css
<style>
span { border-color: #651721; }
span { border-color: rgb(101,23,33); }
td.TdClassName
{
border-color: #651721;
}
.TagClassName
{
border-color: #651721;
}
</style>