Shades of Pohutukawa #651215
Tints of Pohutukawa #651215
RGB
CMYK
RGB Variations
Color information
#651215 (or 0x651215) is known color: Pohutukawa. HEX triplet: 65, 12 and 15. RGB value is (101,18,21). Sum of RGB (Red+Green+Blue) = 101+18+21=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #651215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651215 is #9AEDEA. Grayscale: #2B2B2B. Windows color (decimal): -10153451 or 1380965. OLE color: 1380965.
HSL color Cylindrical-coordinate representation of color #651215: hue angle of 357.83º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651215 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 21 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.60 |
| HSL | 357.83º | 0.7% | 0.23% | - |
| HSV(B) | 357.83º | 0.82% | 0.4% | - |
| XYZ | 5.72 | 3.25 | 1.04 | - |
| YUV | 43.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 21 | 0 | 0.82 | 0.79 | 0.60 | 357.83 | 0.7 | 0.23 |
| Hex | 65 | 12 | 15 | 0 | 52 | 4F | 3C | 166 | 46 | 17 |
| Octal | 145 | 22 | 25 | 0 | 122 | 117 | 74 | 546 | 106 | 27 |
| Binary | 1100101 | 10010 | 10101 | 0 | 1010010 | 1001111 | 111100 | 101100110 | 1000110 | 10111 |
Color Harmonies of #651215
Complementary color
Monochromatic Colors of #651215
Black with #651215
Text Example
Text Example
White with #651215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651215; }
p { color: rgb(101,18,21); }
H1.HeaderClassName
{
color: #651215;
}
.AnyTagClassName
{
color: #651215;
}
</style>
background-color css
<style>
a { background-color: #651215; }
a { background-color: rgb(101,18,21); }
div.DivClassName
{
background-color: #651215;
}
.BgClassName
{
background-color: #651215;
}
</style>
border-color css
<style>
span { border-color: #651215; }
span { border-color: rgb(101,18,21); }
td.TdClassName
{
border-color: #651215;
}
.TagClassName
{
border-color: #651215;
}
</style>