Shades of Pohutukawa #650D15
Tints of Pohutukawa #650D15
RGB
CMYK
RGB Variations
Color information
#650D15 (or 0x650D15) is known color: Pohutukawa. HEX triplet: 65, 0D and 15. RGB value is (101,13,21). Sum of RGB (Red+Green+Blue) = 101+13+21=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #650D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D15 is #9AF2EA. Grayscale: #282828. Windows color (decimal): -10154731 or 1379685. OLE color: 1379685.
HSL color Cylindrical-coordinate representation of color #650D15: hue angle of 354.55º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D15 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 21 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.60 |
| HSL | 354.55º | 0.77% | 0.22% | - |
| HSV(B) | 354.55º | 0.87% | 0.4% | - |
| XYZ | 5.65 | 3.11 | 1.01 | - |
| YUV | 40.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 21 | 0 | 0.87 | 0.79 | 0.60 | 354.55 | 0.77 | 0.22 |
| Hex | 65 | D | 15 | 0 | 57 | 4F | 3C | 163 | 4D | 16 |
| Octal | 145 | 15 | 25 | 0 | 127 | 117 | 74 | 543 | 115 | 26 |
| Binary | 1100101 | 1101 | 10101 | 0 | 1010111 | 1001111 | 111100 | 101100011 | 1001101 | 10110 |
Color Harmonies of #650D15
Complementary color
Monochromatic Colors of #650D15
Black with #650D15
Text Example
Text Example
White with #650D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D15; }
p { color: rgb(101,13,21); }
H1.HeaderClassName
{
color: #650D15;
}
.AnyTagClassName
{
color: #650D15;
}
</style>
background-color css
<style>
a { background-color: #650D15; }
a { background-color: rgb(101,13,21); }
div.DivClassName
{
background-color: #650D15;
}
.BgClassName
{
background-color: #650D15;
}
</style>
border-color css
<style>
span { border-color: #650D15; }
span { border-color: rgb(101,13,21); }
td.TdClassName
{
border-color: #650D15;
}
.TagClassName
{
border-color: #650D15;
}
</style>