Shades of Pohutukawa #650F25
Tints of Pohutukawa #650F25
RGB
CMYK
RGB Variations
Color information
#650F25 (or 0x650F25) is known color: Pohutukawa. HEX triplet: 65, 0F and 25. RGB value is (101,15,37). Sum of RGB (Red+Green+Blue) = 101+15+37=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #650F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F25 is #9AF0DA. Grayscale: #2B2B2B. Windows color (decimal): -10154203 or 2428773. OLE color: 2428773.
HSL color Cylindrical-coordinate representation of color #650F25: hue angle of 344.65º 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 #650F25 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 37 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.60 |
| HSL | 344.65º | 0.74% | 0.23% | - |
| HSV(B) | 344.65º | 0.85% | 0.4% | - |
| XYZ | 5.87 | 3.24 | 2.07 | - |
| YUV | 43.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 37 | 0 | 0.85 | 0.63 | 0.60 | 344.65 | 0.74 | 0.23 |
| Hex | 65 | F | 25 | 0 | 55 | 3F | 3C | 159 | 4A | 17 |
| Octal | 145 | 17 | 45 | 0 | 125 | 77 | 74 | 531 | 112 | 27 |
| Binary | 1100101 | 1111 | 100101 | 0 | 1010101 | 111111 | 111100 | 101011001 | 1001010 | 10111 |
Color Harmonies of #650F25
Complementary color
Monochromatic Colors of #650F25
Black with #650F25
Text Example
Text Example
White with #650F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F25; }
p { color: rgb(101,15,37); }
H1.HeaderClassName
{
color: #650F25;
}
.AnyTagClassName
{
color: #650F25;
}
</style>
background-color css
<style>
a { background-color: #650F25; }
a { background-color: rgb(101,15,37); }
div.DivClassName
{
background-color: #650F25;
}
.BgClassName
{
background-color: #650F25;
}
</style>
border-color css
<style>
span { border-color: #650F25; }
span { border-color: rgb(101,15,37); }
td.TdClassName
{
border-color: #650F25;
}
.TagClassName
{
border-color: #650F25;
}
</style>