Shades of Pohutukawa #650713
Tints of Pohutukawa #650713
RGB
CMYK
RGB Variations
Color information
#650713 (or 0x650713) is known color: Pohutukawa. HEX triplet: 65, 07 and 13. RGB value is (101,7,19). Sum of RGB (Red+Green+Blue) = 101+7+19=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #650713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650713 is #9AF8EC. Grayscale: #242424. Windows color (decimal): -10156269 or 1247077. OLE color: 1247077.
HSL color Cylindrical-coordinate representation of color #650713: hue angle of 352.34º 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 #650713 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 19 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.60 |
| HSL | 352.34º | 0.87% | 0.21% | - |
| HSV(B) | 352.34º | 0.93% | 0.4% | - |
| XYZ | 5.56 | 2.97 | 0.9 | - |
| YUV | 36.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 19 | 0 | 0.93 | 0.81 | 0.60 | 352.34 | 0.87 | 0.21 |
| Hex | 65 | 7 | 13 | 0 | 5D | 51 | 3C | 160 | 57 | 15 |
| Octal | 145 | 7 | 23 | 0 | 135 | 121 | 74 | 540 | 127 | 25 |
| Binary | 1100101 | 111 | 10011 | 0 | 1011101 | 1010001 | 111100 | 101100000 | 1010111 | 10101 |
Color Harmonies of #650713
Complementary color
Monochromatic Colors of #650713
Black with #650713
Text Example
Text Example
White with #650713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650713; }
p { color: rgb(101,7,19); }
H1.HeaderClassName
{
color: #650713;
}
.AnyTagClassName
{
color: #650713;
}
</style>
background-color css
<style>
a { background-color: #650713; }
a { background-color: rgb(101,7,19); }
div.DivClassName
{
background-color: #650713;
}
.BgClassName
{
background-color: #650713;
}
</style>
border-color css
<style>
span { border-color: #650713; }
span { border-color: rgb(101,7,19); }
td.TdClassName
{
border-color: #650713;
}
.TagClassName
{
border-color: #650713;
}
</style>