Shades of Pohutukawa #650725
Tints of Pohutukawa #650725
RGB
CMYK
RGB Variations
Color information
#650725 (or 0x650725) is known color: Pohutukawa. HEX triplet: 65, 07 and 25. RGB value is (101,7,37). Sum of RGB (Red+Green+Blue) = 101+7+37=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #650725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650725 is #9AF8DA. Grayscale: #262626. Windows color (decimal): -10156251 or 2426725. OLE color: 2426725.
HSL color Cylindrical-coordinate representation of color #650725: hue angle of 340.85º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650725 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 37 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.60 |
| HSL | 340.85º | 0.87% | 0.21% | - |
| HSV(B) | 340.85º | 0.93% | 0.4% | - |
| XYZ | 5.78 | 3.05 | 2.03 | - |
| YUV | 38.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 37 | 0 | 0.93 | 0.63 | 0.60 | 340.85 | 0.87 | 0.21 |
| Hex | 65 | 7 | 25 | 0 | 5D | 3F | 3C | 155 | 57 | 15 |
| Octal | 145 | 7 | 45 | 0 | 135 | 77 | 74 | 525 | 127 | 25 |
| Binary | 1100101 | 111 | 100101 | 0 | 1011101 | 111111 | 111100 | 101010101 | 1010111 | 10101 |
Color Harmonies of #650725
Complementary color
Monochromatic Colors of #650725
Black with #650725
Text Example
Text Example
White with #650725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650725; }
p { color: rgb(101,7,37); }
H1.HeaderClassName
{
color: #650725;
}
.AnyTagClassName
{
color: #650725;
}
</style>
background-color css
<style>
a { background-color: #650725; }
a { background-color: rgb(101,7,37); }
div.DivClassName
{
background-color: #650725;
}
.BgClassName
{
background-color: #650725;
}
</style>
border-color css
<style>
span { border-color: #650725; }
span { border-color: rgb(101,7,37); }
td.TdClassName
{
border-color: #650725;
}
.TagClassName
{
border-color: #650725;
}
</style>